Sfoglia il codice sorgente

Use tar instead of zip

Keep file execution bit.
DricomDragon 4 anni fa
parent
commit
ac6f1a44d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)