mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf ZoiteChat.app
|
|
rm -f *.app.zip
|
|
|
|
python $HOME/.local/bin/gtk-mac-bundler zoitechat.bundle
|
|
|
|
echo "Compressing bundle"
|
|
zip -9rXq ./ZoiteChat-$(git describe --tags).app.zip ./ZoiteChat.app
|