rename to tono

This commit is contained in:
2026-03-29 22:51:58 -07:00
parent 961b5d08c8
commit 52da360804
33 changed files with 82 additions and 82 deletions

View File

@@ -41,7 +41,7 @@ $PYTHON -m PyInstaller \
desktop.py \
--noconfirm \
--clean \
--name argonode \
--name tono \
--windowed \
$MODE \
--distpath desktop-dist \
@@ -55,9 +55,9 @@ $PYTHON -m PyInstaller \
--collect-all webview
if $CREATE_TAR; then
TAR_PATH="desktop-dist/argonode-linux.tar.gz"
TAR_PATH="desktop-dist/tono-linux.tar.gz"
echo "Creating tarball..."
tar -czf "$TAR_PATH" -C desktop-dist argonode
tar -czf "$TAR_PATH" -C desktop-dist tono
echo "Tarball created: $TAR_PATH"
fi