app.bak file in the same directory with app on Mac
denigada opened this issue · 0 comments
denigada commented
#26 I am trying to use the
await updater.swap();
and
await updater.restart();
method to update the app and restart it from the same place. However this creates app.bak and credits.html files:
Since I want my users to be able to drag the app icon to apps folder to install it, Im not using an installer. How can we hide that file somewhere else after the update? to not have it in the Applications folder.
Another issue I have is await updater.restart();
doesn't restart the app