Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit c593276

Browse files
committed
Added publisherName, upd gitignore, up version
1 parent 730322e commit c593276

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ npm-debug.log.*
4949
*.sass.d.ts
5050
*.scss.d.ts
5151

52-
.env
52+
*.env

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"build": {
3333
"productName": "TimeTracker",
34-
"appId": "ru.timetracker",
34+
"appId": "com.timetracker.app",
3535
"files": [
3636
"dist/",
3737
"node_modules/",
@@ -66,6 +66,7 @@
6666
]
6767
},
6868
"win": {
69+
"publisherName": "Yadro",
6970
"target": [
7071
"nsis"
7172
]

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "time-tracker",
33
"productName": "TimeTracker",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Start and stop time, jump between tasks, and add details on how time was spent.",
66
"main": "./main.prod.js",
77
"author": {

0 commit comments

Comments
 (0)