mirror of
https://gitee.com/energye/energy.git
synced 2024-12-04 04:38:21 +08:00
增加应用安装包制作配置和命令
This commit is contained in:
parent
cfcd737cba
commit
092c90f363
@ -18,13 +18,13 @@ var CmdPackage = &Command{
|
||||
UsageLine: "package -p [path]",
|
||||
Short: "Making an Installation Package",
|
||||
Long: `
|
||||
-p project path, default current path.
|
||||
-p project path, default current path. Can be configured in energy.json
|
||||
. Execute default command
|
||||
|
||||
Making an Installation Package.
|
||||
Making an Installation Package
|
||||
Windows:
|
||||
Download: https://nsis.sourceforge.io/
|
||||
Install and configure to Path environment variable, use the makensis.exe command.
|
||||
Install and configure to Path environment variable
|
||||
Linux:
|
||||
Creating deb installation packages using dpkg
|
||||
MacOS:
|
||||
|
Loading…
Reference in New Issue
Block a user