some testing (I need it to build for updater)

This commit is contained in:
thororen1234 2024-07-19 15:01:13 -04:00
parent eada6d00cd
commit a29892b950
3 changed files with 67 additions and 10 deletions

View file

@ -16,9 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
export const ASAR_FILE = IS_VESKTOP
? "equibop.asar"
: "desktop.asar";
export const ASAR_FILE = IS_VESKTOP ? "vesktop.asar" : IS_EQUIBOP ? "equibop.asar" : "desktop.asar";
export function serializeErrors(func: (...args: any[]) => any) {
return async function () {