简体   繁体   English

启动器不可执行

[英]Launcher is not executable

I've created a DEB file with Install4J (with Linux and also with MacOS). 我用Install4J(用Linux和MacOS)创建了一个DEB文件。 The launcher file is an external file which is executable after I've built the project. 启动器文件是一个外部文件,在我构建项目后可执行。 Now, if I install the DEB file in a Linux environment the launcher file is not executable anymore. 现在,如果我在Linux环境中安装DEB文件,启动器文件将不再可执行。 I've tried to set it hard with "Set the UNIX access mode" action, but this didn't help. 我试图通过“设置UNIX访问模式”操作来设置它,但这没有帮助。 How can I achieve that the file is executable? 如何实现文件可执行? Thanks in advance. 提前致谢。

I've tried to set it hard with "Set the UNIX access mode" action, but this didn't help. 我试图通过“设置UNIX访问模式”操作来设置它,但这没有帮助。

For a DEB file, no actions are executed, so the "Set the UNIX access mode of files and directories" action is not relevant in this context. 对于DEB文件,不执行任何操作,因此在此上下文中“设置文件和目录的UNIX访问模式”操作不相关。

The file mode for launchers is determined by the setting in the launcher wizard, on the "Executable info->Unix options" step. 启动程序的文件模式由启动程序向导中的“可执行文件信息 - > Unix选项”步骤中的设置决定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM