Skip to content

Commit 1e5ebda

Browse files
committed
test new spec file
1 parent dbf1907 commit 1e5ebda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/package-with-pyinstaller.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: JackMcKew/pyinstaller-action-windows@main
2323
with:
2424
path: src
25+
spec: src/MFM-win64.spec
2526

2627
- uses: actions/upload-artifact@v4
2728
with:
@@ -32,6 +33,7 @@ jobs:
3233
uses: JackMcKew/[email protected]
3334
with:
3435
path: src
36+
spec: src/MFM-linux32.spec
3537

3638
- uses: actions/upload-artifact@v4
3739
with:

src/mfm/app_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
APP_NAME_ABBREVIATION = 'MFM'
22
APP_NAME = f'3D G-code Map Feature Modifier ({APP_NAME_ABBREVIATION})'
3-
APP_VERSION = '1.6.6'
3+
APP_VERSION = '1.6.7'

0 commit comments

Comments
 (0)