5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -f haxelib.zip
|
|
zip -r haxelib.zip src haxelib.json README.md LICENSE extraParams.hxml
|
|
haxelib submit haxelib.zip |