fix: Ensure smooth migration

This commit is contained in:
Felix Rieseberg 2019-02-03 15:38:06 -08:00
parent 0779f18071
commit ed42ea8e0e

View file

@ -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 = {