|
1 | 1 | { |
2 | | - "name": "teacher_tool", |
3 | | - "productName": "SLIPPS Teacher Tool", |
4 | | - "copyright": "Copyright (c) 2019 ${author}", |
| 2 | + "name": "slipps_teacher_tool", |
5 | 3 | "version": "4.0.1-beta", |
6 | 4 | "description": "SLIPPS survey results review and edit application.", |
7 | 5 | "main": "app.js", |
|
17 | 15 | "rebuild-iconv": "electron-rebuild -f -w iconv" |
18 | 16 | }, |
19 | 17 | "build": { |
20 | | - "publish": [ |
21 | | - { |
22 | | - "provider": "github", |
23 | | - "owner": "Tyaisurm", |
24 | | - "repo": "DECSV", |
25 | | - "releaseType": "draft" |
26 | | - } |
27 | | - ], |
28 | | - "appId": "lut.electron.slipps.teacher_tool", |
29 | | - "win": { |
30 | | - "target": "nsis", |
31 | | - "icon": "./build/icon.ico" |
32 | | - }, |
33 | | - "mac": { |
34 | | - "category": "editor", |
35 | | - "target": "default", |
36 | | - "icon": "./build/icon.png" |
37 | | - }, |
| 18 | + "copyright": "Copyright (c) 2019 Jaakko Tuuri", |
| 19 | + "productName": "SLIPPS Teacher Tool", |
| 20 | + "appId": "lut.electron.slipps_teacher_tool", |
38 | 21 | "nsis": { |
39 | | - "artifactName": "${productName} Setup ${os}-${arch}-${version}.${ext}" |
| 22 | + "artifactName": "SLIPPS.Teacher.Tool.Setup.${os}-${arch}-${version}.${ext}" |
40 | 23 | }, |
41 | 24 | "dmg": { |
42 | | - "title": "${productName} Setup ${os}-${arch}-${version}" |
| 25 | + "title": "SLIPPS.Teacher.Tool.Setup.${os}-${arch}-${version}" |
43 | 26 | }, |
44 | 27 | "squirrelWindows": { |
45 | 28 | "iconUrl": "https://github.com/Tyaisurm/DECSV/blob/master/DECSV_project/build/icon.ico?raw=true", |
46 | 29 | "remoteReleases": "https://github.com/Tyaisurm/DECSV", |
47 | 30 | "loadingGif": "./build/install-spinner.gif" |
48 | 31 | }, |
| 32 | + "win": { |
| 33 | + "target": "nsis", |
| 34 | + "icon": "./build/icon.ico" |
| 35 | + }, |
| 36 | + "mac": { |
| 37 | + "category": "editor", |
| 38 | + "target": "default", |
| 39 | + "icon": "./build/icon.png" |
| 40 | + }, |
| 41 | + "publish": [ |
| 42 | + { |
| 43 | + "provider": "github", |
| 44 | + "owner": "Tyaisurm", |
| 45 | + "repo": "DECSV", |
| 46 | + "releaseType": "draft" |
| 47 | + } |
| 48 | + ], |
49 | 49 | "fileAssociations": { |
50 | 50 | "ext": "decsv", |
51 | 51 | "name": "DECSV", |
|
57 | 57 | "repository": "https://github.com/Tyaisurm/DECSV", |
58 | 58 | "keywords": [ |
59 | 59 | "Electron", |
60 | | - "DECSV", |
| 60 | + "decsv", |
61 | 61 | "SLIPPS", |
62 | 62 | "Teacher Tool" |
63 | 63 | ], |
|
0 commit comments