How to customize rules
- JavaPackager version: 1.7.2
- OS version: ubuntu
- JDK version: 17
- Build tool:
- [ ] Maven
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
你想怎样自定义? 可以修改模板文件来实现自定义,对应的 模板文件,放到自己项目的 ${assetsDir} 目录下
Hi @fubb-github! Does @lhDream advice help you?
@fubb-github ... could you define rules?
@fubb-github ... could you define rules?
After I packaged the project into a deb package, the installation was unable to execute the program. It seems to be due to permission issues. I think the program can ignore permissions and run. What should I do? I currently want to try to solve this problem by customizing the rules file. What should I do?
你想怎样自定义? 可以修改模板文件来实现自定义,对应的 模板文件,放到自己项目的 ${assetsDir} 目录下
我将项目打包成deb包后,安装无法执行程序,似乎是因为权限问题,我想该程序可以无视权限,运行起来,该怎么做?我目前想通过自定义rules文件来尝试解决,该如何做呢?
@fubb-github 是安装程序无法执行,还是安装后程序无法执行
@fubb-github 是安装程序无法执行,还是安装后程序无法执行
安装后,启动无法应
@fubb-github 尝试使用root用户进行打包操作
@fubb-github 是安装程序无法执行,还是安装后程序无法执行
安装后,启动无法应
Did you build your app from Linux? Have you tried to run your app from command line in order to see what's the output?
Anyway, you can try with the latest version: 1.7.6. maybe your issue is already solved.