From 711579e2b1d93ed310da029e1550a16b1dce478d Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Mon, 9 Jun 2025 16:10:22 +0100 Subject: [PATCH] rename file --- main.spec | 38 --------------------------------- steamPathCLI.spec => spath.spec | 0 2 files changed, 38 deletions(-) delete mode 100644 main.spec rename steamPathCLI.spec => spath.spec (100%) diff --git a/main.spec b/main.spec deleted file mode 100644 index 2ba8dd9..0000000 --- a/main.spec +++ /dev/null @@ -1,38 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -a = Analysis( - ['main.py'], - pathex=[], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - hooksconfig={}, - runtime_hooks=[], - excludes=[], - noarchive=False, - optimize=0, -) -pyz = PYZ(a.pure) - -exe = EXE( - pyz, - a.scripts, - a.binaries, - a.datas, - [], - name='main', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - upx_exclude=[], - runtime_tmpdir=None, - console=True, - disable_windowed_traceback=False, - argv_emulation=False, - target_arch=None, - codesign_identity=None, - entitlements_file=None, -) diff --git a/steamPathCLI.spec b/spath.spec similarity index 100% rename from steamPathCLI.spec rename to spath.spec