mit neuen venv und exe-Files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Get script directory (without using /usr/bin/realpath)
|
||||
THIS_DIR=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
|
||||
|
||||
pushd $THIS_DIR
|
||||
pyside2-rcc -o resource.py resource.qrc
|
||||
popd
|
||||
Reference in New Issue
Block a user