|
1 | 1 | { |
2 | | - "name": "eeg2bids", |
| 2 | + "name": "set2bids", |
3 | 3 | "description": "EEG/iEEG to BIDS format Wizard", |
4 | | - "version": "1.0.17", |
| 4 | + "version": "1.0.0", |
5 | 5 | "dependencies": { |
6 | 6 | "@electron/remote": "^1.1.0", |
7 | 7 | "@fortawesome/fontawesome-free": "^5.15.4", |
|
90 | 90 | }, |
91 | 91 | "build": { |
92 | 92 | "appId": "mni.aces.eeg2bids", |
93 | | - "productName": "eeg2bids", |
| 93 | + "productName": "set2bids", |
94 | 94 | "copyright": "Open Source", |
95 | 95 | "asar": false, |
96 | 96 | "linux": { |
|
143 | 143 | ] |
144 | 144 | } |
145 | 145 | ], |
146 | | - "NSDesktopFolderUsageDescription": "EEG2BIDS Wizard wants to access the Desktop folder.", |
147 | | - "NSDocumentsFolderUsageDescription": "EEG2BIDS Wizard wants to access the Documents folder.", |
148 | | - "NSDownloadsFolderUsageDescription": "EEG2BIDS Wizard wants to access the Downloads folder.", |
149 | | - "NSFileProviderDomainUsageDescription": "EEG2BIDS Wizard wants to access files managed by a file provider.", |
150 | | - "NSSystemAdministrationUsageDescription": "The operation being performed by EEG2BIDS Wizard requires elevated permission." |
| 146 | + "NSDesktopFolderUsageDescription": "SET2BIDS Wizard wants to access the Desktop folder.", |
| 147 | + "NSDocumentsFolderUsageDescription": "SET2BIDS Wizard wants to access the Documents folder.", |
| 148 | + "NSDownloadsFolderUsageDescription": "SET2BIDS Wizard wants to access the Downloads folder.", |
| 149 | + "NSFileProviderDomainUsageDescription": "SET2BIDS Wizard wants to access files managed by a file provider.", |
| 150 | + "NSSystemAdministrationUsageDescription": "The operation being performed by SET2BIDS Wizard requires elevated permission." |
151 | 151 | } |
152 | 152 | }, |
153 | 153 | "nsis": { |
|
164 | 164 | "python/**/*", |
165 | 165 | "python/tools/mff_to_set.exe", |
166 | 166 | "dist", |
167 | | - "dist/eeg2bids-service.app", |
| 167 | + "dist/set2bids-service.app", |
168 | 168 | "public/*", |
169 | 169 | "package.json" |
170 | 170 | ], |
|
0 commit comments