Skip to content

Commit

Permalink
Register deep links
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed May 5, 2022
1 parent 0733dc5 commit 0004688
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@io.lazy-cat/metaverse",
"version": "0.1.202",
"version": "0.1.206",
"description": "The Metaverse of Clojurians",
"license": "MIT",
"author": "Ilshat Sultanov <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"assets:icon:build": "electron-icon-builder -i public/assets/images/icon.png -o public/assets",
"assets:runner:clean": "rm -rf public/main.js",
"assets:downloader:clean": "rm -rf public/downloader.js",
"assets:app:clean": "rm -rf public/assets/js",
"assets:app:clean": "rm -rf public/assets/js && rm -rf public/test",
"assets:clean": "rm -rf public/assets/styles/bundle.css && npm run assets:runner:clean && npm run assets:downloader:clean && npm run assets:app:clean",
"assets:watch": "npx cross-env TAILWIND_MODE=watch postcss src/main/css/index.css --output public/assets/styles/bundle.css --verbose --watch",
"assets:build": "npm run assets:icon:build && npx cross-env NODE_ENV=production postcss src/main/css/index.css --output public/assets/styles/bundle.css --verbose",
Expand Down Expand Up @@ -99,6 +99,12 @@
"output": "dist"
},
"publish": null,
"protocols": {
"name": "metaverse",
"schemes": [
"metaverse"
]
},
"mac": {
"category": "public.app-category.developer-tools",
"identity": null,
Expand Down

0 comments on commit 0004688

Please sign in to comment.