Change default product names for Electron app; Add release manifest
This commit is contained in:
parent
1014d2f361
commit
a7e98ccb3d
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,7 @@ clients/win10/app/bld
|
|||||||
clients/win10/*.opendb
|
clients/win10/*.opendb
|
||||||
clients/**/bin/**
|
clients/**/bin/**
|
||||||
clients/**/obj/**
|
clients/**/obj/**
|
||||||
clients/electron/projects
|
electron-out
|
||||||
hexcache
|
hexcache
|
||||||
|
|
||||||
*.user
|
*.user
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
"applicationName": "pxt-microbit-oss",
|
"applicationName": "pxt-microbit-oss",
|
||||||
"dataFolderName": ".pxt-microbit-oss",
|
"dataFolderName": ".pxt-microbit-oss",
|
||||||
"darwinBundleIdentifier": "com.microsoft.pxtmicrobitoss",
|
"darwinBundleIdentifier": "com.microsoft.pxtmicrobitoss",
|
||||||
"nameShort": "PXT Microbit - OSS",
|
"nameShort": "PXT microbit - OSS",
|
||||||
"nameLong": "PXT Microbit - OSS",
|
"nameLong": "PXT micro:bit - OSS",
|
||||||
"targetId": "pxt-microbit",
|
"targetId": "pxt-microbit",
|
||||||
"win32AppId": "{{92db071a-6f58-4938-8c97-13c873f4da13}",
|
"win32AppId": "{{92db071a-6f58-4938-8c97-13c873f4da13}",
|
||||||
"win32AppUserModelId": "Microsoft.PXTMicrobitOss",
|
"win32AppUserModelId": "Microsoft.PXTmicrobitOss",
|
||||||
"win32DirName": "Microsoft PXT-Microbit - OSS",
|
"win32DirName": "Microsoft PXT microbit - OSS",
|
||||||
"win32MutexName": "pxtmicrobitoss",
|
"win32MutexName": "pxtmicrobitoss",
|
||||||
"win32NameVersion": "Microsoft PXT-Microbit-OSS",
|
"win32NameVersion": "Microsoft PXT microbit-OSS",
|
||||||
"win32RegValueName": "PXTMicrobitOss"
|
"win32RegValueName": "PXTmicrobitOss"
|
||||||
}
|
}
|
9
electron/release.json
Normal file
9
electron/release.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"versions": {
|
||||||
|
"0": {
|
||||||
|
"latest": "v0.6.45",
|
||||||
|
"banned": [],
|
||||||
|
"prompt": "v0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user