update package script for new shell
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Compile for Linux
|
# Compile for Linux
|
||||||
pyinstaller smuL-cli.spec
|
python -m PyInstaller smuL-cli.spec
|
||||||
|
|
||||||
mkdir ./frontend/lib/
|
mkdir ./frontend/lib/
|
||||||
cp -rv ./dist/smuL-cli/* ./frontend/lib/
|
cp -rv ./dist/smuL-cli/* ./frontend/lib/
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Compile for Linux
|
# Compile for Linux
|
||||||
pyinstaller smuL-cli.spec
|
python -m PyInstaller smuL-cli.spec
|
||||||
cp -r ./dist/smuL-cli/* ./frontend/lib/
|
cp -r ./dist/smuL-cli/* ./frontend/lib/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Compile for Linux
|
# Compile for Linux
|
||||||
pyinstaller smuL-cli.spec
|
python -m PyInstaller smuL-cli.spec
|
||||||
mkdir ./frontend/lib
|
mkdir ./frontend/lib
|
||||||
cp -r ./dist/smuL-cli/* ./frontend/lib/
|
cp -r ./dist/smuL-cli/* ./frontend/lib/
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Compile for Linux
|
# Compile for Linux
|
||||||
pyinstaller smuL-cli.spec
|
python -m PyInstaller smuL-cli.spec
|
||||||
cp -r ./dist/smuL-cli/* ./frontend/
|
cp -r ./dist/smuL-cli/* ./frontend/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user