mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-30 07:31:30 +00:00
6 lines
109 B
Text
6 lines
109 B
Text
|
#!/bin/sh
|
||
|
# temporary..
|
||
|
|
||
|
# build the SDK zip
|
||
|
rm PluginSDK.zip
|
||
|
zip -r PluginSDK.zip src GtkRadiant README.html
|