mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-11 01:32:04 +00:00
This commit is contained in:
parent
751eef1fd7
commit
91505c90fe
@ -17,6 +17,11 @@ export default function (inpOptions) {
|
|||||||
const options = {
|
const options = {
|
||||||
dir: PLACEHOLDER_APP_DIR,
|
dir: PLACEHOLDER_APP_DIR,
|
||||||
name: inpOptions.name,
|
name: inpOptions.name,
|
||||||
|
win32metadata: {
|
||||||
|
ProductName: inpOptions.name,
|
||||||
|
InternalName: inpOptions.name,
|
||||||
|
FileDescription: inpOptions.name,
|
||||||
|
},
|
||||||
targetUrl: normalizeUrl(inpOptions.targetUrl),
|
targetUrl: normalizeUrl(inpOptions.targetUrl),
|
||||||
platform: inpOptions.platform || inferPlatform(),
|
platform: inpOptions.platform || inferPlatform(),
|
||||||
arch: inpOptions.arch || inferArch(),
|
arch: inpOptions.arch || inferArch(),
|
||||||
|
Loading…
Reference in New Issue
Block a user