Skip to content

Commit e76ecaf

Browse files
committed
ci: 更新spec文件,修改目标架构为arm64并调整图标路径
1 parent e405e07 commit e76ecaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exe = EXE(
4242
console=False,
4343
disable_windowed_traceback=False,
4444
argv_emulation=False,
45-
target_arch=None,
45+
target_arch='arm64',
4646
codesign_identity=None,
4747
entitlements_file=None,
4848
)
@@ -60,6 +60,6 @@ coll = COLLECT(
6060
app = BUNDLE(
6161
coll,
6262
name='FreeTeX.app',
63-
icon='images/icon.icns',
63+
icon='resources/images/icon.icns',
6464
bundle_identifier=None,
6565
)

0 commit comments

Comments
 (0)