mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 14:34:02 +00:00
Force build
This commit is contained in:
@@ -153,9 +153,14 @@ switch (platform) {
|
||||
localFileExisted = existsSync(
|
||||
join(__dirname, 'desktop_napi.linux-x64-musl.node')
|
||||
)
|
||||
let glibcLocalFileExisted = existsSync(
|
||||
join(__dirname, 'desktop_napi.linux-x64-gnu.node')
|
||||
)
|
||||
try {
|
||||
if (localFileExisted) {
|
||||
nativeBinding = require('./desktop_napi.linux-x64-musl.node')
|
||||
} else if (glibcLocalFileExisted) {
|
||||
nativeBinding = require('./desktop_napi.linux-x64-gnu.node')
|
||||
} else {
|
||||
nativeBinding = require('@bitwarden/desktop-napi-linux-x64-musl')
|
||||
}
|
||||
|
||||
0
apps/desktop/desktop_native/test.txt
Normal file
0
apps/desktop/desktop_native/test.txt
Normal file
Reference in New Issue
Block a user