Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbid authored Jan 22, 2023
1 parent a1ec4a0 commit 66d993c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ minify:
upx --lzma --best release/$(PRJ_NAME)_glfw

debify:
mkdir -p deb/usr/games
cp release/$(PRJ_NAME) deb/usr/games/$(PRJ_NAME)
dpkg-deb --build deb release/$(PRJ_NAME).deb

appimage:
mkdir -p $(PRJ_NAME).AppDir/usr/bin
cp release/$(PRJ_NAME) $(PRJ_NAME).AppDir/usr/bin/$(PRJ_NAME)
./appimagetool-x86_64.AppImage $(PRJ_NAME).AppDir release/$(PRJ_NAME)-x86_64.AppImage

Expand Down

0 comments on commit 66d993c

Please sign in to comment.