Skip to content

Commit

Permalink
fix: 修正自动构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Mar 27, 2024
1 parent b35e792 commit fb3384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ New-Item -ItemType Directory -Force "build/Plugins" > $null

Write-Output "Building app"

dotnet publish src/CurvaLauncher -c Release -o build -r win-x64 --self-contained false /p:PublishSingleFile=true
dotnet publish src/CurvaLauncher/CurvaLauncher.csproj -c Release -o build -r win-x64 --self-contained false /p:PublishSingleFile=true

Write-Output "Building plugins"

Expand Down

0 comments on commit fb3384f

Please sign in to comment.