From 66d993cc567481c1a39fccf4ac0e5e2668583c97 Mon Sep 17 00:00:00 2001 From: James William Fletcher <78346668+mrbid@users.noreply.github.com> Date: Sun, 22 Jan 2023 01:35:27 +0000 Subject: [PATCH] Update makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index fee4bad..24426b0 100644 --- a/makefile +++ b/makefile @@ -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