Skip to content

Commit 7930c59

Browse files
committed
re-run build
1 parent 5c9e766 commit 7930c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows-executable-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ jobs:
392392
<Binary Id="ShowMessageScript" SourceFile="SourceDir/ShowSuccessMessage.vbs" />
393393
<CustomAction Id="ShowSuccessMessage" BinaryKey="ShowMessageScript" VBScriptCall="" Execute="immediate" Return="check" />
394394
395-
<!-- Custom Action: Write WORKSPACES_FOLDER to a text file -->
395+
<!-- Custom Action: Write WORKSPACES_FOLDER to settings file -->
396396
<CustomAction Id="WriteWorkspacePath" Directory="INSTALLFOLDER" Execute="deferred" Impersonate="no"
397397
ExeCommand="powershell.exe -NoProfile -ExecutionPolicy Bypass -Command &quot;&amp;{&dollar;settingsPath='[AppSubFolder]settings.json'; &dollar;settings = Get-Content -Raw &dollar;settingsPath | ConvertFrom-Json; &dollar;settings.workspaces_dir = '[WORKSPACES_FOLDER]'; &dollar;settings | ConvertTo-Json -Depth 100 | Set-Content &dollar;settingsPath}&quot;"
398398
Return="check" />

0 commit comments

Comments
 (0)