瀏覽代碼

add readme

weijw 5 月之前
父節點
當前提交
c2e4d5287f
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      README.md
  2. 0 0
      Setup Files/.gitkeep

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+Advanced Installer.exe 打开 xicheji.aip 文件
+
+xicheji_builder 和 xicheji 放到同级目录, 因为xicheji.aip里面记录的是相对路径.
+
+执行 `dotnet publish "xicheji.csproj" -c Release -o ./release/ -r win-x64 --no-self-contained` 后生成最新的release文件, 再使用 Advanced Installer.exe 打包即可. 生成的msi在 Setup Files 目录下

+ 0 - 0
Setup Files/.gitkeep