cry0m1
cry0m1
Additionally: I tried several version combinations: - nw-autoupdater v1.1.10 nwjs v0.23.7 nwjs v0.27.5 nwjs v0.30.5 nwjs v0.37.4 nwjs v0.41.2 - nw-autoupdater v1.1.8 nwjs v0.23.7 nwjs v0.27.5 nwjs v0.30.5 nwjs v0.37.4...
I think we possibly can merge `-L` key for `rsync`, but problem is in third party [decompress-zip lib](https://github.com/bower/decompress-zip/blob/master/lib/extractors.js#L109) to my mind, why it converts initial relative symlinks to absolute? Seems...
Hi @arudnev, I am unable to solve the issue by monkey patch: `return symlink(linkTo /* path.resolve(parent, linkTo) */, destination)` It makes corrupted symlinks while decompress: ``` $ spctl -a -vvvv...
I created new PR #7. **As well you should keep in mind fix for https://github.com/bower/decompress-zip/blob/master/lib/extractors.js#L109.** @dsheiko, you may close this issue.
@dsheiko are you sure in https://github.com/dsheiko/nw-autoupdater/blob/master/index.js#L51 ? Possibly should be `this.backupDir += this.options.accumulativeBackup ? `_${Math.floor(Date.now() / 1000)}` : ``;`
Seems night is still ongoing) for you & me. Look please So it should be `this.options.backupDir += this.options.accumulativeBackup ? `_${Math.floor(Date.now() / 1000)}` : ``;`
Seems to me because of rcedit https://github.com/evshiron/nwjs-builder-phoenix/blob/526564786479740b9013356dceeee90fffec7734/src/lib/Builder.ts#L256 . calls for ``` if (process.platform !== 'win32') { args.unshift(rcedit) rcedit = 'wine' // Supress fixme: stderr log messages spawnOptions.env.WINEDEBUG = '-all' }...
Hi @evshiron, I just tracking this issue here and linked to NWJS repo. You are right. So if no plans to support, just ignore pls.