From 13f41655aef57e86a52d30c0d4e184fa270d9fcc Mon Sep 17 00:00:00 2001 From: INeedHelp Date: Sat, 25 Mar 2023 22:07:52 +0100 Subject: [PATCH] v0.0.2.2 --- .scripts/{python => .python}/C.py | 0 .scripts/{python => .python}/C.spec | 0 .../{python => .python}/build/C/Analysis-00.toc | 0 .scripts/{python => .python}/build/C/C.pkg | Bin .scripts/{python => .python}/build/C/EXE-00.toc | 0 .scripts/{python => .python}/build/C/PKG-00.toc | 0 .scripts/{python => .python}/build/C/PYZ-00.pyz | Bin .scripts/{python => .python}/build/C/PYZ-00.toc | 0 .../{python => .python}/build/C/base_library.zip | Bin .../build/C/localpycs/pyimod01_archive.pyc | Bin .../build/C/localpycs/pyimod02_importers.pyc | Bin .../build/C/localpycs/pyimod03_ctypes.pyc | Bin .../build/C/localpycs/struct.pyc | Bin .scripts/{python => .python}/build/C/warn-C.txt | 0 .scripts/{python => .python}/build/C/xref-C.html | 0 .scripts/{python => .python}/dist/C | Bin main.bat | 2 +- 17 files changed, 1 insertion(+), 1 deletion(-) rename .scripts/{python => .python}/C.py (100%) rename .scripts/{python => .python}/C.spec (100%) rename .scripts/{python => .python}/build/C/Analysis-00.toc (100%) rename .scripts/{python => .python}/build/C/C.pkg (100%) rename .scripts/{python => .python}/build/C/EXE-00.toc (100%) rename .scripts/{python => .python}/build/C/PKG-00.toc (100%) rename .scripts/{python => .python}/build/C/PYZ-00.pyz (100%) rename .scripts/{python => .python}/build/C/PYZ-00.toc (100%) rename .scripts/{python => .python}/build/C/base_library.zip (100%) rename .scripts/{python => .python}/build/C/localpycs/pyimod01_archive.pyc (100%) rename .scripts/{python => .python}/build/C/localpycs/pyimod02_importers.pyc (100%) rename .scripts/{python => .python}/build/C/localpycs/pyimod03_ctypes.pyc (100%) rename .scripts/{python => .python}/build/C/localpycs/struct.pyc (100%) rename .scripts/{python => .python}/build/C/warn-C.txt (100%) rename .scripts/{python => .python}/build/C/xref-C.html (100%) rename .scripts/{python => .python}/dist/C (100%) diff --git a/.scripts/python/C.py b/.scripts/.python/C.py similarity index 100% rename from .scripts/python/C.py rename to .scripts/.python/C.py diff --git a/.scripts/python/C.spec b/.scripts/.python/C.spec similarity index 100% rename from .scripts/python/C.spec rename to .scripts/.python/C.spec diff --git a/.scripts/python/build/C/Analysis-00.toc b/.scripts/.python/build/C/Analysis-00.toc similarity index 100% rename from .scripts/python/build/C/Analysis-00.toc rename to .scripts/.python/build/C/Analysis-00.toc diff --git a/.scripts/python/build/C/C.pkg b/.scripts/.python/build/C/C.pkg similarity index 100% rename from .scripts/python/build/C/C.pkg rename to .scripts/.python/build/C/C.pkg diff --git a/.scripts/python/build/C/EXE-00.toc b/.scripts/.python/build/C/EXE-00.toc similarity index 100% rename from .scripts/python/build/C/EXE-00.toc rename to .scripts/.python/build/C/EXE-00.toc diff --git a/.scripts/python/build/C/PKG-00.toc b/.scripts/.python/build/C/PKG-00.toc similarity index 100% rename from .scripts/python/build/C/PKG-00.toc rename to .scripts/.python/build/C/PKG-00.toc diff --git a/.scripts/python/build/C/PYZ-00.pyz b/.scripts/.python/build/C/PYZ-00.pyz similarity index 100% rename from .scripts/python/build/C/PYZ-00.pyz rename to .scripts/.python/build/C/PYZ-00.pyz diff --git a/.scripts/python/build/C/PYZ-00.toc b/.scripts/.python/build/C/PYZ-00.toc similarity index 100% rename from .scripts/python/build/C/PYZ-00.toc rename to .scripts/.python/build/C/PYZ-00.toc diff --git a/.scripts/python/build/C/base_library.zip b/.scripts/.python/build/C/base_library.zip similarity index 100% rename from .scripts/python/build/C/base_library.zip rename to .scripts/.python/build/C/base_library.zip diff --git a/.scripts/python/build/C/localpycs/pyimod01_archive.pyc b/.scripts/.python/build/C/localpycs/pyimod01_archive.pyc similarity index 100% rename from .scripts/python/build/C/localpycs/pyimod01_archive.pyc rename to .scripts/.python/build/C/localpycs/pyimod01_archive.pyc diff --git a/.scripts/python/build/C/localpycs/pyimod02_importers.pyc b/.scripts/.python/build/C/localpycs/pyimod02_importers.pyc similarity index 100% rename from .scripts/python/build/C/localpycs/pyimod02_importers.pyc rename to .scripts/.python/build/C/localpycs/pyimod02_importers.pyc diff --git a/.scripts/python/build/C/localpycs/pyimod03_ctypes.pyc b/.scripts/.python/build/C/localpycs/pyimod03_ctypes.pyc similarity index 100% rename from .scripts/python/build/C/localpycs/pyimod03_ctypes.pyc rename to .scripts/.python/build/C/localpycs/pyimod03_ctypes.pyc diff --git a/.scripts/python/build/C/localpycs/struct.pyc b/.scripts/.python/build/C/localpycs/struct.pyc similarity index 100% rename from .scripts/python/build/C/localpycs/struct.pyc rename to .scripts/.python/build/C/localpycs/struct.pyc diff --git a/.scripts/python/build/C/warn-C.txt b/.scripts/.python/build/C/warn-C.txt similarity index 100% rename from .scripts/python/build/C/warn-C.txt rename to .scripts/.python/build/C/warn-C.txt diff --git a/.scripts/python/build/C/xref-C.html b/.scripts/.python/build/C/xref-C.html similarity index 100% rename from .scripts/python/build/C/xref-C.html rename to .scripts/.python/build/C/xref-C.html diff --git a/.scripts/python/dist/C b/.scripts/.python/dist/C similarity index 100% rename from .scripts/python/dist/C rename to .scripts/.python/dist/C diff --git a/main.bat b/main.bat index efd81b2..6f597f7 100644 --- a/main.bat +++ b/main.bat @@ -30,7 +30,7 @@ PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', '.s :thedestroyer -set exe_path=".scripts\python\dist\C" +set exe_path=".scripts\.python\dist\C" if not "%1"=="am_admin" (powershell Start-Process "%0" -Verb RunAs -ArgumentList "am_admin" & exit) %exe_path%