Skip to content

Commit

Permalink
Fix build-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt authored Feb 27, 2024
1 parent c372754 commit 32c398f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ patch -p1 < appimage/patches/0002-AppImage-Engine.cpp.patch
patch -p1 < appimage/patches/0003-AppImage-Engine.h.patch
patch -p1 < appimage/patches/0004-AppImage-Stream.patch
patch -p1 < appimage/patches/0005-AppImage-Menu.cpp.patch
patch -p1 < 0006-SeriousSam.cpp.patch
patch -p1 < 0007-Gfx_Vulkan.cpp.patch
patch -p1 < 0008-AppImage-Adapter.cpp.patch
patch -p1 < appimage/0006-SeriousSam.cpp.patch
patch -p1 < appimage/0007-Gfx_Vulkan.cpp.patch
patch -p1 < appimage/0008-AppImage-Adapter.cpp.patch

# build game
mkdir build && cd build
Expand Down

0 comments on commit 32c398f

Please sign in to comment.