mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-20 09:26:32 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2cdce66bc | |||
| 7454832663 |
@@ -6,7 +6,7 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: check-duplicate
|
id: check-duplicate
|
||||||
attributes:
|
attributes:
|
||||||
label: I have already checked through the existing bug reports and found no duplicates
|
label: I have already checked through the existing (both open AND closed) bug reports and found no duplicates
|
||||||
options:
|
options:
|
||||||
- label: 'Yes'
|
- label: 'Yes'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
+1
-1
@@ -335,7 +335,7 @@ if (isDevelopment) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const RESOURCES_PATH = app.isPackaged
|
const RESOURCES_PATH = app.isPackaged
|
||||||
? path.join(process.resourcesPath, 'assets')
|
? path.join(path.dirname(app.getAppPath()), 'assets')
|
||||||
: path.join(__dirname, '../../assets');
|
: path.join(__dirname, '../../assets');
|
||||||
|
|
||||||
const getAssetPath = (...paths: string[]): string => {
|
const getAssetPath = (...paths: string[]): string => {
|
||||||
|
|||||||
Reference in New Issue
Block a user