Skip to content

Commit adcb620

Browse files
committed
action fix
1 parent d76a716 commit adcb620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
$ErrorActionPreference = "Stop";
88

99

10-
dotnet publish NonsPlayer -c Release -r "win10-$Architecture" -o "build/NonsPlayer/app-$Version" -p:Platform=$Architecture -p:PublishReadyToRun=true -p:Version=$Version -p:UseRidGraph=true;
10+
dotnet publish src/NonsPlayer -c Release -r "win10-$Architecture" -o "build/NonsPlayer/app-$Version" -p:Platform=$Architecture -p:PublishReadyToRun=true -p:Version=$Version -p:UseRidGraph=true;
1111

1212
$env:Path += ';C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\';
1313

14-
msbuild NonsPlayer.Launcher "-property:Configuration=Release;Platform=$Architecture;OutDir=$(Resolve-Path "build/NonsPlayer/")";
14+
msbuild src/NonsPlayer.Launcher "-property:Configuration=Release;Platform=$Architecture;OutDir=$(Resolve-Path "build/NonsPlayer/")";
1515

1616
Add-Content "build/NonsPlayer/version.ini" -Value "exe_path=app-$Version\NonsPlayer.exe";
1717

0 commit comments

Comments
 (0)