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