Browse Source

add readme

weijw 5 months ago
parent
commit
c2e4d5287f
2 changed files with 5 additions and 0 deletions
  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