Skip to content

Commit

Permalink
Restore deleted linux cmd from build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Endre Simo committed Mar 6, 2024
1 parent 0951ac6 commit 7a3c65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if [ "$1" == "package" ]; then
rm -rf packages/
package "Windows" "windows" "amd64"
package "Mac" "darwin" "amd64"
package "Linux" "linux" "amd64"
exit
fi

Expand Down

0 comments on commit 7a3c65c

Please sign in to comment.