mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-10 15:21:03 +00:00
skipping the rcedit when both icon & version-string hash is not
available
This commit is contained in:
parent
d2a2f05476
commit
947c2084aa
2
win32.js
2
win32.js
@ -73,7 +73,7 @@ function buildWinApp (opts, cb, newApp) {
|
|||||||
function updateResourceData () {
|
function updateResourceData () {
|
||||||
var finalPath = path.join(opts.out || process.cwd(), opts.name + '-win32')
|
var finalPath = path.join(opts.out || process.cwd(), opts.name + '-win32')
|
||||||
|
|
||||||
if (!opts.icon) {
|
if (!opts.icon && !opts['version-string']) {
|
||||||
return cb(null, finalPath)
|
return cb(null, finalPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user