mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Slightly better ui, added react and typescript
This commit is contained in:
9
src/components/paths.ts
Normal file
9
src/components/paths.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import path from 'path';
|
||||
import {app} from '@electron/remote';
|
||||
|
||||
export const dataPath = app.getPath('userData');
|
||||
export const SettingPath = path.join(dataPath, "settings.xml");
|
||||
|
||||
export const blenderPath = path.join("assets", "blender-win", "blender");
|
||||
export const templatePath = path.join("assets", "template.blend");
|
||||
export const blenderScriptPath = path.join("assets", "blenderScript.py");
|
||||
Reference in New Issue
Block a user