Skip to content

Commit

Permalink
qaac-qtfiles: Deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed May 20, 2024
1 parent 26bea4b commit a722a51
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 45 deletions.
2 changes: 1 addition & 1 deletion bucket/itunes-lean.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"post_install": [
"$arch = if ($architecture -ne '32bit') { '64' }",
"$null = lessmsi.exe x \"$dir\\iTunes$arch.msi\" \"$dir\\\" ('ASL', 'CoreAudioToolbox', 'CoreFoundation', 'libdispatch', 'libicuin', 'libicuuc', 'objc', 'icudt62', 'msvcp140', 'vcruntime140' | ForEach-Object { $_+'.dll' })",
"$null = lessmsi.exe x \"$dir\\iTunes$arch.msi\" \"$dir\\\" ('ASL','CoreAudioToolbox','CoreFoundation','libdispatch','libicuin','libicuuc','objc','icudt62','msvcp140','vcruntime140' | ForEach-Object { $_+'.dll' })",
"$SourceDir = \"$dir/SourceDir\"",
"Move-Item (Get-ChildItem -File (Get-ChildItem $SourceDir)) (New-Item -ItemType Directory \"$dir/Apple Application Support\")",
"Remove-Item -Recurse $SourceDir",
Expand Down
44 changes: 0 additions & 44 deletions bucket/qaac-qtfiles.json

This file was deleted.

40 changes: 40 additions & 0 deletions deprecated/qaac-qtfiles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "12.13.2.3",
"description": "Use qaac without installing iTunes",
"homepage": "https://github.com/hu3rror/QTFiles",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://github.com/hu3rror/QTFiles/releases/download/v12.13.2.3/QTfiles64-msvc.7z",
"hash": "3e07a9202232823ddb9d7516adf8c44abbc0271b37f29ace2983d744fca33d6a"
},
"32bit": {
"url": "https://github.com/hu3rror/QTFiles/releases/download/v12.13.2.3/QTfiles-msvc.7z",
"hash": "064747717969db8358a23563a7688c27342d6160c40162adcbe63f2835ef602f"
}
},
"pre_install": [
"$qaacDir = $(appdir qaac $global)",
"if (Test-Path $qaacDir) {",
" Get-ChildItem -Path \"$qaacDir/current\" -Filter \"QTFiles*\" | Remove-Item -Force -Recurse",
" $null = New-Item \"$qaacDir/current/QTFiles\" -ItemType Junction -Target \"$dir\"",
"}"
],
"pre_uninstall": [
"$qaacDir = $(appdir qaac $global)",
"if (Test-Path $qaacDir) {",
" Get-ChildItem -Path \"$qaacDir/current\" -Filter \"QTFiles*\" | Remove-Item -Force -Recurse",
"}"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hu3rror/QTFiles/releases/download/v$version/QTfiles64-msvc.7z"
},
"32bit": {
"url": "https://github.com/hu3rror/QTFiles/releases/download/v$version/QTfiles-msvc.7z"
}
}
}
}

0 comments on commit a722a51

Please sign in to comment.