Skip to content

Commit

Permalink
Changed ICONDUR for appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
ipochto committed Nov 10, 2023
1 parent 511b096 commit db23af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pushd ${GAME_ID}
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATA_PATH=../../share/games/stratagus/${GAME_ID}/ \
-DGAMEDIR=/usr/bin \
-DICONDIR=/usr/share/icons/default/64x64/ \
-DICONDIR=/usr/share/pixmaps/ \
-DGAMEDIRABS=""
make -j$(nproc) install DESTDIR=../../AppDir
popd
Expand Down

0 comments on commit db23af5

Please sign in to comment.