Skip to content

Extra Resources Location

Before Packaging: Project Root Directory

electron-egg/build/extraResources

After Packaging: Software Installation Directory

bash
# Windows (example)
D:\test\ee\resources\extraResources

# macOS (example)
/Applications/ee.app/Contents/Resources/extraResources

# Linux (example)
...

API

javascript
import { getExtraResourcesDir } from 'ee-core/ps';

getExtraResourcesDir()