1
0
mirror of https://github.com/mgerb/spaghet synced 2026-01-08 11:52:49 +00:00

zip binary files

This commit is contained in:
2019-04-27 11:06:00 -05:00
parent fe761b5b26
commit f831776761
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
*.exe
*.txt
dist
.DS_store*

View File

@@ -7,4 +7,8 @@ windows:
clean:
rm -rf ./dist
all: build windows
zip:
zip -j ./dist/windows.zip ./dist/spaghet.exe
zip -j ./dist/linux.zip ./dist/spaghet
all: build windows zip