summaryrefslogtreecommitdiff
path: root/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy
diff options
context:
space:
mode:
Diffstat (limited to 'I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy')
-rwxr-xr-xI2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy8
1 files changed, 8 insertions, 0 deletions
diff --git a/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy
new file mode 100755
index 0000000..f637078
--- /dev/null
+++ b/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/pyside6-deploy
@@ -0,0 +1,8 @@
+#!/home/nasr/SOFTWARE/I2C/I2C-CONTROLLER/.qtcreator/Python_3_12_7venv/bin/python
+# -*- coding: utf-8 -*-
+import re
+import sys
+from PySide6.scripts.pyside_tool import deploy
+if __name__ == '__main__':
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
+ sys.exit(deploy())