Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Feb 15, 2024
1 parent b480bc3 commit 4018bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yml

This file was deleted.

5 changes: 1 addition & 4 deletions standalone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ a = Analysis(['standalone.py'],
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
a.binaries = [x for x in a.binaries
if not os.path.dirname(x[1]).lower().startswith("c:\\program files")
and not os.path.dirname(x[1]).lower().startswith("c:\\windows")]
a.datas += Tree('cdn', prefix='cdn')
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
Expand All @@ -36,7 +33,7 @@ exe = EXE(pyz,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=['greenlet\*.pyd'],
upx_exclude=['greenlet\\*.pyd'],
runtime_tmpdir=None,
console=True )

Expand Down

0 comments on commit 4018bc5

Please sign in to comment.