From ed42ea8e0e272876ac67a8341d3f04db471ee5d7 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sun, 3 Feb 2019 15:38:06 -0800 Subject: [PATCH] fix: Ensure smooth migration --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 6650a2b..882c5d1 100644 --- a/src/constants.js +++ b/src/constants.js @@ -7,7 +7,7 @@ const CONSTANTS = { IMAGE_PATH: path.join(__dirname, 'images/windows95.img'), IMAGE_DEFAULT_SIZE: 1073741824, // 1GB DEFAULT_STATE_PATH: path.join(__dirname, 'images/default-state.bin'), - STATE_PATH: path.join(_app.getPath('userData'), 'state.bin') + STATE_PATH: path.join(_app.getPath('userData'), 'state-v2.bin') } const IPC_COMMANDS = {