mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Revert "only use before pack on snap build"
This reverts commit 26d93f430b.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"output": "dist",
|
||||
"app": "build"
|
||||
},
|
||||
"beforePack": "scripts/before-pack.js",
|
||||
"afterSign": "scripts/after-sign.js",
|
||||
"afterPack": "scripts/after-pack.js",
|
||||
"asarUnpack": ["**/*.node"],
|
||||
@@ -251,8 +252,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"stagePackages": ["default"],
|
||||
"beforePack": "scripts/before-pack.js"
|
||||
"stagePackages": ["default"]
|
||||
},
|
||||
"protocols": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/* eslint-disable @typescript-eslint/no-require-imports, no-console */
|
||||
|
||||
const path = require("path");
|
||||
const { inspect } = require("util");
|
||||
|
||||
const { Platform } = require("electron-builder");
|
||||
const fse = require("fs-extra");
|
||||
|
||||
Reference in New Issue
Block a user