Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Ray committed Oct 27, 2022
1 parent 6bcf16d commit 5446314
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appId: com.example.nextron
productName: My Nextron App
copyright: Copyright © 2018 Yoshihide Shiono
appId: me.hiray.convergence
productName: Convergence
copyright: Copyright © 2022 Ray
directories:
output: dist
buildResources: resources
Expand Down
1 change: 1 addition & 0 deletions main/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if (isProd) {
webPreferences: {
nodeIntegration: true,
},
icon: __dirname + '/icon.ico'
});

if (isProd) {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "my-nextron-app",
"description": "My application description",
"name": "convergence",
"description": "Save in game settings and bindings",
"version": "1.0.0",
"author": "Yoshihide Shiono <[email protected]>",
"author": "Ray <[email protected]>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
Expand Down
Binary file removed resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.

0 comments on commit 5446314

Please sign in to comment.