Skip to content

Commit

Permalink
qbittorrent-nightly-lean(-libtorrentv1): Fix extract_dir (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 authored Oct 21, 2023
1 parent 2ea642e commit f7bdedd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bucket/qbittorrent-nightly-lean-libtorrentv1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"architecture": {
"64bit": {
"url": "https://nightly.link/qbittorrent/qBittorrent/workflows/ci_windows.yaml/master/qBittorrent-CI_Windows-x64_libtorrent-1.2.19.zip",
"hash": "432179882df2202f48e92738f13cdafd3858274d6dc70a47e9816da4dbe4d6c8"
"hash": "432179882df2202f48e92738f13cdafd3858274d6dc70a47e9816da4dbe4d6c8",
"extract_dir": "qBittorrent"
}
},
"pre_install": [
"'cmake', 'qbittorrent.pdb' | ForEach-Object { Remove-Item -Recurse \"$dir\\$_\" }",
"Remove-Item \"$dir\\qbittorrent.pdb\"",
"if ((!(Test-Path \"$persist_dir\\profile\")) -and ((Test-Path \"$persist_dir\\..\\qbittorrent-portable\\profile\") -or (Test-Path \"$env:APPDATA\\qBittorrent\"))) {",
" Write-Host \"Scoop is migrating qbittorrent to use portable mode by default.\" -ForegroundColor Yellow",
" Write-Host \"For details, see: https://github.com/ScoopInstaller/Extras/issues/5845\" -ForegroundColor Yellow",
Expand Down
5 changes: 3 additions & 2 deletions bucket/qbittorrent-nightly-lean.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"architecture": {
"64bit": {
"url": "https://nightly.link/qbittorrent/qBittorrent/workflows/ci_windows.yaml/master/qBittorrent-CI_Windows-x64_libtorrent-2.0.9.zip",
"hash": "845d15d9b140c6e9ab7ee5b456f3f986ed460cca753ace1b8aa871c3d39ee7fb"
"hash": "845d15d9b140c6e9ab7ee5b456f3f986ed460cca753ace1b8aa871c3d39ee7fb",
"extract_dir": "qBittorrent"
}
},
"pre_install": [
"'cmake', 'qbittorrent.pdb' | ForEach-Object { Remove-Item -Recurse \"$dir\\$_\" }",
"Remove-Item \"$dir\\qbittorrent.pdb\"",
"if ((!(Test-Path \"$persist_dir\\profile\")) -and ((Test-Path \"$persist_dir\\..\\qbittorrent-portable\\profile\") -or (Test-Path \"$env:APPDATA\\qBittorrent\"))) {",
" Write-Host \"Scoop is migrating qbittorrent to use portable mode by default.\" -ForegroundColor Yellow",
" Write-Host \"For details, see: https://github.com/ScoopInstaller/Extras/issues/5845\" -ForegroundColor Yellow",
Expand Down

0 comments on commit f7bdedd

Please sign in to comment.