Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
BUCTPJP committed Dec 9, 2023
1 parent 0f8f596 commit 4ec3689
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/else
else/29_a7fb1aa219c554cf705db43b52a3c082.png
else/二维码小工具-v3.3-BUCTPJP[LSG].spec
else/解析.ico
else/密码.jpg
52 changes: 52 additions & 0 deletions else/二维码小工具-v3.3-BUCTPJP[LSG].spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# -*- mode: python ; coding: utf-8 -*-


block_cipher = None


a = Analysis(
['二维码小工具-v3.3-BUCTPJP[LSG].pyw'],
pathex=['D:\\学习\\理科类\\编程设计\\python\\二维码小工具'],
binaries=[('D:/学习/理科类/编程设计/python/二维码小工具/UI_rc.py','.'),
('D:/学习/理科类/编程设计/python/二维码小工具/Ui_UI.py','.'),
('D:/学习/理科类/编程设计/python/二维码小工具/ico.ico','.'),],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)

exe = EXE(
pyz,
a.scripts,
[],
exclude_binaries=True,
name='二维码小工具-v3.3-BUCTPJP[LSG]',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
coll = COLLECT(
exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='二维码小工具-v3.3-BUCTPJP[LSG]',
)

0 comments on commit 4ec3689

Please sign in to comment.