mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-05-14 13:09:10 +02: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 |