11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
|
1. F9 編譯,會出現在Output
|
|||
|
2. 修改
|
|||
|
3. 序號暫定 ABC123-XYZ789
|
|||
|
|
|||
|
[Files]
|
|||
|
Source: "C:\jasonchen\superstar_1.0.0\publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
|
|||
|
|
|||
|
路徑改成別的,就可以包了
|
|||
|
|
|||
|
dotnet publish -c Release -r win-x64 --self-contained true -o publish
|