Change default product names for Electron app; Add release manifest

This commit is contained in:
guillaumejenkins 2016-12-21 12:31:00 -08:00
parent 1014d2f361
commit a7e98ccb3d
3 changed files with 16 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -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
View File

@ -0,0 +1,9 @@
{
"versions": {
"0": {
"latest": "v0.6.45",
"banned": [],
"prompt": "v0.0.0"
}
}
}