Skip to content

Commit

Permalink
age
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeshmz committed Sep 1, 2022
0 parents commit de0225c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
SuperGoodMeetings-darwin-universal/
SuperGoodMeetings-win32-x64/
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/icon-512x512.icns
Binary file not shown.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "sgm-electron",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:kyeshmz/sgm-electron.git",
"author": "kyeshmz <[email protected]>",
"license": "MIT",
"scripts": {
"build:mac": "nativefier -i assets/icon-512x512.icns 'https://sgms.app' -a universal -p osx",
"build:win": "nativefier -i assets/favicon.ico 'https://sgms.app' -a x64 -p windows"
},
"dependencies": {
"nativefier": "^49.0.1"
}
}

0 comments on commit de0225c

Please sign in to comment.