mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-14 10:31:58 +00:00
fix: Ensure smooth migration
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user