Skip to content

Commit

Permalink
Update floorp.json
Browse files Browse the repository at this point in the history
  • Loading branch information
y2crow authored Nov 16, 2024
1 parent 80279a8 commit 96b7c13
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions bucket/floorp.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,24 @@
"hash": "226a9326596a5389a2476b404a8bc96f9539d7cc765ad58c31231bb04de0b69a"
}
},
"extract_dir": "core",
"post_install": [
"floorp -CreateProfile \"Scoop $persist_dir\\profile\"",
"$Addition = \"$persist_dir\\addition\"",
"if (Test-Path $Addition) {",
" info 'Copying additional items...'",
" Copy-Item -Path $Addition\\* -Destination $dir -Force -Recurse -ErrorAction SilentlyContinue",
"}"
"Remove-Item \"$dir\\floorp.exe\""
],
"bin": "floorp.exe",
"bin": "core\\floorp.exe",
"shortcuts": [
[
"floorp.exe",
"core\\floorp.exe",
"Floorp"
],
[
"floorp.exe",
"core\\floorp.exe",
"Floorp Profile Manager",
"-P"
]
],
"persist": [
"core",
"Profiles",
"profile"
],
"checkver": {
Expand Down

0 comments on commit 96b7c13

Please sign in to comment.