Skip to content
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

[建议] 从脚本中去掉build和打包bin文件的部分 #65

Open
mokapsing opened this issue Jun 12, 2023 · 0 comments
Open

[建议] 从脚本中去掉build和打包bin文件的部分 #65

mokapsing opened this issue Jun 12, 2023 · 0 comments

Comments

@mokapsing
Copy link

如题建议不打包bin文件,一来是预置的bin文件头中的版本号太旧了,加载时会有报错,二是会加大体积,二进制文件交给用户自己布署就可以了

plum/Makefile

Line 36 in 6f502ff

rime_deployer --build $(OUTPUT)

plum/Makefile

Lines 43 to 46 in 6f502ff

@if [ -d "$(OUTPUT)/build" ]; then \
install -d $(DESTDIR)$(RIME_DATA_DIR)/build; \
install -m 644 $(OUTPUT)/build/*.* $(DESTDIR)$(RIME_DATA_DIR)/build; \
fi

图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant