Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Changed dist files to represent supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
martinplaner committed Mar 11, 2017
1 parent 52cb5cc commit 678eb60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ignore binary
gunarchiver
*-bin.zip
*-win64.zip

# ignore Jetbrains IDE project files
.idea
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ resources:
rsrc -manifest gunarchiver.manifest -ico gunarchiver.ico -o rsrc.syso

clean:
rm gunarchiver.exe
rm gunarchiver.exe gunarchiver-win64.zip

dist: release
zip gunarchiver-bin.zip gunarchiver.exe README.md LICENSE VERSION
zip gunarchiver-win64.zip gunarchiver.exe README.md CHANGELOG.md LICENSE VERSION

test:
go test ./...

0 comments on commit 678eb60

Please sign in to comment.