feat: Bundled NW.js with appimages
feat: Implemented self update feat: Added rclone saves for emulators fix: Fixed auto focus in builds feat: Added helper cards on empty library
This commit is contained in:
parent
587956c792
commit
813785f4f3
59 changed files with 1210 additions and 480 deletions
|
|
@ -102,7 +102,8 @@ export default defineConfig(({ command }) =>
|
|||
},
|
||||
define: {
|
||||
__HOST__: JSON.stringify(host),
|
||||
__PUBLIC__: process.env.PUBLIC_ACCESS ? true : false
|
||||
__PUBLIC__: process.env.PUBLIC_ACCESS ? true : false,
|
||||
__FLATPAK__: process.env.FLATPAK_BUILD ? true : false
|
||||
}
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue