mirror of https://github.com/lukechilds/Agama.git
Petr Balashov
8 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
#!/usr/bin/env bash |
||||
|
cd "tmp/Iguana-application" |
||||
|
|
||||
|
gulp prod |
||||
|
|
||||
|
cd ../../ |
||||
|
|
||||
|
rm "gui/Iguana-GUI" -rf |
||||
|
|
||||
|
cp -rf "tmp/Iguana-application/compiled/prod" "gui/Iguana-GUI" |
Loading…
Reference in new issue