1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

OS uppdercase

This commit is contained in:
Kyle Spearrin
2019-09-09 15:34:30 -04:00
parent c067c000ec
commit d22738db4c

View File

@@ -171,7 +171,7 @@ function edgeCopyAssets(source, dest) {
function distSafari(cb) { function distSafari(cb) {
const buildPath = paths.dist + 'Safari/'; const buildPath = paths.dist + 'Safari/';
const builtAppexPath = buildPath + 'build/Release/safari.appex'; const builtAppexPath = buildPath + 'build/Release/safari.appex';
const builtSafariExecutablePath = builtAppexPath + '/Contents/MacOs/safari'; const builtSafariExecutablePath = builtAppexPath + '/Contents/MacOS/safari';
const entitlementsPath = paths.safari + 'safari/safari.entitlements'; const entitlementsPath = paths.safari + 'safari/safari.entitlements';
const devId = 'Developer ID Application: 8bit Solutions LLC'; const devId = 'Developer ID Application: 8bit Solutions LLC';