Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Mar 19, 2024
1 parent a21720c commit 4c8895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd rizin-build
powershell.exe ".\dist\windows\build_windows_installer.ps1 vs2019_static 64 --default-library=static -Db_vscrt=static_from_buildtype -Dportable=true"
ls ./dist/windows/Output
powershell.exe "Start-Process -Wait -FilePath .\dist\windows\Output\rizin.exe -ArgumentList "/SP- /SILENT /CURRENTUSER" -PassThru"
powershell.exe 'Start-Process -Wait -FilePath .\dist\windows\Output\rizin.exe -ArgumentList "/SP- /SILENT /CURRENTUSER" -PassThru'
cd "$WORKDIR"
- name: Build & run the plugin
shell: pwsh
Expand Down

0 comments on commit 4c8895f

Please sign in to comment.