mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 17:43:08 -04:00
some testing (I need it to build for updater)
This commit is contained in:
parent
eada6d00cd
commit
a29892b950
3 changed files with 67 additions and 10 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue