LarpixClient/electron/node_modules/native-run/dist/constants.js
olcxja 5da5c2afe2
All checks were successful
Android Build / publish (push) Successful in 31s
Linux Build / publish (push) Successful in 55s
fix gitignore again
2026-05-10 16:36:35 +02:00

5 lines
206 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ASSETS_PATH = void 0;
const pathlib = require("path");
exports.ASSETS_PATH = pathlib.resolve(__dirname, '..', 'assets');