Skip to content

Commit

Permalink
changed createpkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicki committed May 6, 2022
1 parent 08d0b32 commit b1383c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion createpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ g++ $(find inc -type d -printf '-I %p\n') -g $(find src -type f -iregex '.*\.cpp

mkdir -p pkgbin/
rm pkgbin/*
zip pkgbin/sdgyrodsu.zip bin/*
mkdir -p pkgbin/SteamDeckGyroDSUSetup
cp bin/* pkgbin/SteamDeckGyroDSUSetup/

cd pkgbin
zip -r SteamDeckGyroDSUSetup.zip SteamDeckGyroDSUSetup
rm -r SteamDeckGyroDSUSetup

0 comments on commit b1383c7

Please sign in to comment.