Skip to content

Commit

Permalink
fix: installer's launched process using the downloaded directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aarol committed Mar 27, 2024
1 parent d0b78a7 commit 181a8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/cache@v2
with:
path: |
**/target
key: Cargo.lock
- uses: Swatinem/rust-cache@v2

- run: cargo build --release

Expand Down
2 changes: 1 addition & 1 deletion Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $Shortcut.Save()

Write-Output "Added shortcut to $ShortcutPath"

Start-Process $ServiceExePath
Start-Process $ServiceExePath -WorkingDirectory $InstallDir

Write-Output "Started Arctis Battery Indicator"

Expand Down

0 comments on commit 181a8ae

Please sign in to comment.