You've already forked brave-origin-unlocker
mirror of
https://github.com/ObjectAscended/brave-origin-unlocker.git
synced 2026-06-21 12:42:34 +00:00
refactor macos support into single file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"tasks": {
|
||||
"unlock-win": "deno run --allow-env --allow-read --allow-write unlock.ts",
|
||||
"unlock-mac": "deno run --allow-env --allow-read --allow-write unlock-mac.ts",
|
||||
"compile-win": "deno compile --allow-env --allow-read --allow-write --output dist/unlock-win.exe unlock.ts",
|
||||
"compile-mac": "deno compile --allow-env --allow-read --allow-write --output dist/unlock-mac unlock-mac.ts"
|
||||
"unlock": "deno run --allow-env --allow-read --allow-write unlock.ts",
|
||||
"compile-win": "deno compile --allow-env --allow-read --allow-write --target x86_64-pc-windows-msvc --output dist/unlock-win.exe unlock.ts",
|
||||
"compile-mac-arm": "deno compile --allow-env --allow-read --allow-write --target aarch64-apple-darwin --output dist/unlock-mac-arm unlock.ts",
|
||||
"compile-mac-x64": "deno compile --allow-env --allow-read --allow-write --target x86_64-apple-darwin --output dist/unlock-mac-x64 unlock.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user