Releases: jexjws/pycharm-community-portable
Releases · jexjws/pycharm-community-portable
2024.2.2
已知问题
- 程序图标是Idea的图标 - 懒得改了,介意的话请自行改,图标文件在
res/papp.ico
,改好后别忘了发PR - 程序名字末尾带奇怪乱码 - 估摸着还是因为文件编码问题,精力有限不打算解决
踩坑记录
ant release
报错:
issinc:
[copy] Copying 1 file to C:\Users\大米\Documents\pycharm-community-portable\bin\setup
[copy] Copying 1 file to C:\Users\大米\Documents\pycharm-community-portable\bin\setup
[echo] Building setup...
[exec] Inno Setup 6 Command-Line Compiler
[exec] Copyright (C) 1997-2023 Jordan Russell. All rights reserved.
[exec] Portions Copyright (C) 2000-2023 Martijn Laan. All rights reserved.
[exec] Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.
[exec] https://www.innosetup.com
[exec]
[exec] Compiler engine version: Inno Setup 6.2.2
[exec]
[exec] Preprocessing
[exec] Reading file: C:\Users\大米\Documents\portapps\bin\lib\innosetup-6.2.2\app\ISPPBuiltins.iss
[exec] Line 53: Including file: C:\Users\大米\Documents\pycharm-community-portable\bin\setup\run.iss
[exec] Reading file: C:\Users\大米\Documents\pycharm-community-portable\bin\setup\run.iss
[exec] Error on line 57 in C:\Users\大米\Documents\pycharm-community-portable\bin\setup\setup.iss: Column 56:
[exec] Undeclared identifier: appName.
[exec] Compile aborted.
上面的报错在我这边把 portapps\res\setup.iss
的文件编码从 UTF8-DOM 改为 UTF8 即解决