mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
OS uppdercase
This commit is contained in:
@@ -171,7 +171,7 @@ function edgeCopyAssets(source, dest) {
|
||||
function distSafari(cb) {
|
||||
const buildPath = paths.dist + 'Safari/';
|
||||
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 devId = 'Developer ID Application: 8bit Solutions LLC';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user