Skip to content

Commit

Permalink
Merge pull request #37 from testathor/prepare-release
Browse files Browse the repository at this point in the history
Config for release
  • Loading branch information
JunWei96 authored Apr 21, 2019
2 parents fde61ba + 51ca57a commit a76f7c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "CATcher",
"productName": "org.Testathor.CATcher",
"productName": "CATcher",
"directories": {
"output": "release/"
},
Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function createWindow() {
}));
}

win.webContents.openDevTools();
// win.webContents.openDevTools();

// Emitted when the window is closed.
win.on('closed', () => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CATcher",
"version": "0.0.1",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"postinstall": "npm run postinstall:electron && electron-builder install-app-deps",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>CATcher</title>
<base href="/">
<base href="./">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
Expand Down

0 comments on commit a76f7c3

Please sign in to comment.