mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-19 16:39:26 +01:00
6 lines
109 B
Bash
6 lines
109 B
Bash
#!/bin/sh
|
|
# temporary..
|
|
|
|
# build the SDK zip
|
|
rm PluginSDK.zip
|
|
zip -r PluginSDK.zip src GtkRadiant README.html |