mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
* add updated background and background2x images, remove old image * update build instructions with background file location * test bumping electron-builder version to resolve bug * drop electron-builder version to earliest with the background fix, newer version had breakage * attempt to resolve build errors due to dep changes including prebuild files to be bundled with other platform types * fix macos universal build conflicts due electron builder bump * simplify approach, push to ci for further testing after local tests hit some arch friction * pulling in @abergs change from PR#18474 to fix the same issue * add identifier name, add desktop_napi version to see if that resolve it not being found during ci build * address changes in getTreeFromWorkspaces in electron-builder * bump electron-builder version further up to resolve dep getTreeFromWorkspaces resolution issue * update pack script to work around bug during intermediate signing process for mac MAS app * updated background resources, arrow moved up slightly. assets provided by design team * electron-builder 26.8.2's collector only bundles modules found in _dependencies (from npm list). Workspace members must be explicitly declared as dependencies to appear there — the workspaces array alone is not sufficient. Without this, desktop-napi is silently missing from the asar on all platforms. * filter by platform and arch * update before pack script * revert before-pack change, update x64 arch files in EB json * fix linting fail due to missing dep, fix matching logic |
||
|---|---|---|
| .. | ||
| appx | ||
| dmg.iconset | ||
| icon.iconset | ||
| icons | ||
| background.png | ||
| background@2x.png | ||
| com.bitwarden.desktop.desktop | ||
| com.bitwarden.desktop.devel.yaml | ||
| com.bitwarden.desktop.policy | ||
| dmg.icns | ||
| entitlements.desktop_proxy.inherit.plist | ||
| entitlements.desktop_proxy.plist | ||
| entitlements.mac.inherit.plist | ||
| entitlements.mac.plist | ||
| entitlements.mas.autofill-enabled.plist | ||
| entitlements.mas.inherit.plist | ||
| entitlements.mas.loginhelper.plist | ||
| entitlements.mas.plist | ||
| icon.icns | ||
| icon.ico | ||
| icon.png | ||
| info.desktop_proxy.plist | ||
| installerSidebar.bmp | ||
| linux-wrapper.sh | ||