-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG|Nuitka在macOS平台打包不正常 #32
Comments
乱讲 |
如果测试环境没问题,那就是打包流程的问题,我已经发现的如下:
|
|
|
也就是说Nuitka无法正常打包macOS版本吧( |
我现在马上找人问 |
把GH Actions有关的代码放在这里: - name: Build Executable on macOS
if: runner.os == 'macOS'
run: >
python -m nuitka
--standalone
--enable-plugin=pyqt5
--onefile
--output-dir=build
--assume-yes-for-download
--disable-console
--macos-app-mode=gui
--macos-app-icon=MCSL2.ico
--company-name="LxHTT"
--product-name="MCSL 2"
--file-version=2.0.0
--macos-app-version=2.0.0
--file-description="MC Server Launcher 2"
--macos-create-app-bundle
MCSL2.py |
需要人手测试最新Release的macOS版本能否运行! |
仍然无法工作。 |
由于插件系统的限制,macOS不会提供打包,需要手动下载源代码运行。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一般要素
问题描述
macOS没一个能用的版本
复现
每个都不行。
可能的解决方案(?)
不知道,需要测试,大众协助解决
The text was updated successfully, but these errors were encountered: