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
Add support for macOS
This commit is contained in:
@@ -0,0 +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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user