Browse Source

Use tar instead of zip

Keep file execution bit.
DricomDragon 4 years ago
parent
commit
ac6f1a44d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -27,4 +27,4 @@ exec: $(EXEC)
 
 dist: $(EXEC)
 	@mkdir -p dist
-	zip dist/RainbowDodge.zip ./bin/$(EXEC)
+	tar --create --file dist/RainbowDodge-linux.tar ./bin/$(EXEC)