Skip to content

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

@MokOopsing

Description

@MokOopsing

如题建议不打包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

图片

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions