mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-09 00:24:09 +00:00
Bump to v5.0.0 (STATE_VERSION 5) for new disk image
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "windows95",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "windows95",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "windows95",
|
||||
"productName": "windows95",
|
||||
"version": "4.0.0",
|
||||
"version": "5.0.0",
|
||||
"description": "Windows 95, in an app. I'm sorry.",
|
||||
"main": "./dist/src/main/main.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -10,7 +10,7 @@ const IMAGES_PATH = path.join(__dirname, "../../images");
|
||||
// windows95.img — which only works while the partition table and FAT geometry
|
||||
// stay constant across releases. If you ever resize the disk or reformat with
|
||||
// different cluster params, the recovered .img won't mount.
|
||||
export const STATE_VERSION = 4;
|
||||
export const STATE_VERSION = 5;
|
||||
|
||||
export const CONSTANTS = {
|
||||
IMAGES_PATH,
|
||||
|
||||
Reference in New Issue
Block a user