File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $DebugPreference = 'continue';
1515Set-Content - Path " VERSION" - Value $BuildNumber - Force
1616
1717$command = @"
18- dotnet publish ./src/Desktop/Desktop.csproj `
18+ dotnet publish ./src/avalonia/ Desktop/Desktop.csproj `
1919 -r $Runtime `
2020 -o .\src\publish `
2121 -c Release `
@@ -32,7 +32,7 @@ dotnet publish ./src/Desktop/Desktop.csproj `
3232Write-Host $command - ForegroundColor Green
3333
3434
35- dotnet publish ./ src/ Desktop/ Desktop.csproj `
35+ dotnet publish ./ src/ avalonia / Desktop/ Desktop.csproj `
3636 - r $Runtime `
3737 - o .\src\publish `
3838 - c Release `
@@ -64,8 +64,8 @@ if ($Runtime -eq "osx-x64") {
6464 foreach ($file in $filesToMove ) {
6565 Copy-Item - Path $file - Destination $macOSDir - Force
6666 }
67- Copy-Item - Path " .\src\KeyVaultExplorer\Assets\Info.plist" - Destination $contentsDir - Force
68- Copy-Item - Path " .\src\KeyVaultExplorer\Assets\AppIcon.icns" - Destination $resourcesPath - Force
67+ Copy-Item - Path " .\src\avalonia\ KeyVaultExplorer\Assets\Info.plist" - Destination $contentsDir - Force
68+ Copy-Item - Path " .\src\avalonia\ KeyVaultExplorer\Assets\AppIcon.icns" - Destination $resourcesPath - Force
6969
7070 # $filesToModify = Get-ChildItem -Path $macOSDir
7171 # foreach ($file in $filesToModify) {
You can’t perform that action at this time.
0 commit comments