Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Oct 13, 2020
1 parent d6677df commit 971b1c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ package_win() {
make_zip dungeons_and_directories "$DIR/packages/dungeons_and_directories_windows_amd64.zip"
cd ..
rm -rf windows
cd ..
}

package_linux() {
Expand All @@ -67,6 +68,7 @@ package_linux() {
make_zip dungeons_and_directories "$DIR/packages/dungeons_and_directories_linux_amd64.zip"
cd ..
rm -rf linux
cd ..
}

package_osx() {
Expand All @@ -90,6 +92,7 @@ package_osx() {
make_zip dungeons_and_directories.app "$DIR/packages/dungeons_and_directories_osx.zip"
cd ..
rm -rf osx
cd ..
}


Expand Down

0 comments on commit 971b1c7

Please sign in to comment.