Directory & File Description
assets/icons
: Contains platform-specific icons for your application:linux.png
: Icon for Linux buildsmac.icns
: Icon for macOS buildswindows.ico
: Icon for Windows builds
html
: Contains HTML pages used by the application in specific states:not-allowed.html
: Displayed when a page cannot be loaded or is disallowedoffline.html
: Shown when the application is offlinesplash-screen.html
: Shown during the loading state of the application
src
: Contains your custom Deskofy plugin code:mainPluginSample.ts
: Sample main process pluginrendererPluginSample.ts
: Sample renderer process plugin
.gitignore
: Specifies files and directories to exclude from version control.prettierrc
: Configuration for Prettier code formattingpackage.json
: Node.js project configuration and dependenciesdeskofy.config.json5
: Default Deskofy configuration file for developmentstaging.deskofy.config.json5
: Optional configuration for staging environmentproduction.deskofy.config.json5
: Optional configuration for production environmenteslint.config.mjs
: ESLint configuration file for linting rulestsconfig.json
: TypeScript configuration file