Skip to content

Commit

Permalink
[email protected]: Fix launcher (#14663)
Browse files Browse the repository at this point in the history
  • Loading branch information
naderi authored Jan 1, 2025
1 parent 7c059fa commit 50f4ea4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bucket/opera.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
" New-Item -Path \"$dir\\$version\\localization\" -ItemType Directory | Out-Null",
" Move-Item -Path \"$dir\\$version\\*.pak\" -Destination \"$dir\\$version\\localization\" -Exclude 'opera*' -ErrorAction Ignore",
"}",
"Set-Content -Path \"$dir\\installer_prefs.json\" -Value (@{ 'autoupdate'= $false; 'enable_stats' = $false; 'single_profile' = $true } | ConvertTo-Json) -Encoding ASCII"
"Set-Content -Path \"$dir\\installer_prefs.json\" -Value (@{ 'autoupdate'= $false; 'enable_stats' = $false; 'single_profile' = $true } | ConvertTo-Json) -Encoding ASCII",
"Copy-Item \"$dir\\$version\\opera.exe\" \"$dir\""
]
},
"shortcuts": [
[
"launcher.exe",
"opera.exe",
"Opera"
]
],
Expand Down

0 comments on commit 50f4ea4

Please sign in to comment.