gpt4 book ai didi

electron - 在执行 electron-packager 时排除一些文件夹。 --asar

转载 作者:行者123 更新时间:2023-12-03 12:20:11 30 4
gpt4 key购买 nike

我使用 'electron-packager 。 --asar' 命令来打包我的项目文件夹。但是有些文件夹在打包时不能包含在内。

  • 是否可以排除某些文件夹?
  • 如果是这样,我想将这些文件夹包含在 exe 文件路径中,以便用户可以管理他们的文件。有没有办法做到这一点?

  • 先感谢您!

    最佳答案

    是否可以排除某些文件夹?

    是的,你可以用 ignore 来做

    You can use --ignore to ignore files and folders via a regular expression (not a glob pattern). Examples include --ignore=.gitignore or --ignore=".git(ignore|modules)".



    看看API文档 here

    如果是这样,我想将这些文件夹包含在 exe 文件路径中,以便用户可以管理他们的文件。有没有办法做到这一点?

    您可以使用 extraResource API 将它们包含到 resources目录(文档 here):

    extraResource

    String or Array of Strings

    One or more files to be copied directly into the app's Contents/Resources directory for OS X target platforms, and the resources directory for other target platforms.



    希望这有帮助。

    关于electron - 在执行 electron-packager 时排除一些文件夹。 --asar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53587974/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com