Skip to content

Commit

Permalink
Add To Launcher Button for Stereum Servers (#2136)
Browse files Browse the repository at this point in the history
* ADD: custom url protocol

* ADD: custom url to renderer

* ADD: custom url protocol in vue config

* REFACTOR: custom url protocol

* FIX: add default language

* FIX: linux installation format

* ADD: author email to package.json and vue.config

* FIX: linux build config

* FIX: format

* FIX: prettier format

* ADD: missing menu and check update part
  • Loading branch information
MaxTheGeeek authored Dec 15, 2024
1 parent a34b936 commit 2876801
Show file tree
Hide file tree
Showing 8 changed files with 580 additions and 371 deletions.
4 changes: 3 additions & 1 deletion launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "2.3.1",
"private": true,
"description": "Stereum Ethereum Node Setup Launcher",
"author": "stereum.net",
"author": {
"name": "Stereum Launcher Team"
},
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
Expand Down
Loading

0 comments on commit 2876801

Please sign in to comment.