We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9545c75 commit 5db21ccCopy full SHA for 5db21cc
.github/workflows/pyinstaller-package.yml
@@ -12,7 +12,8 @@ jobs:
12
13
strategy:
14
matrix:
15
- os: [ubuntu-22.04, ubuntu-24.04, windows-latest]
+ # ubuntu-24.04
16
+ os: [ubuntu-22.04, windows-latest]
17
18
steps:
19
- uses: actions/checkout@v4
@@ -43,7 +44,8 @@ jobs:
43
44
release:
45
46
47
+ #ubuntu-24.04,
48
49
50
needs: build
51
runs-on: ubuntu-latest
packaging/gui-tk.spec
@@ -34,8 +34,8 @@ exe = EXE(
34
name='isp-programmer',
35
debug=False,
36
bootloader_ignore_signals=False,
37
- strip=False,
38
- #strip=True,
+ #strip=False,
+ strip=True,
39
upx=True,
40
upx_exclude=[],
41
runtime_tmpdir=None,
0 commit comments