mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding dexie
This commit is contained in:
parent
ddd6ff7dbe
commit
f860439fb5
25 changed files with 311 additions and 345 deletions
|
@ -36,6 +36,4 @@ export const requestWebPage = async (url: string) => {
|
|||
};
|
||||
|
||||
export const isPortableVersion = () =>
|
||||
process.env.PORTABLE_EXECUTABLE_FILE != null;
|
||||
|
||||
export * from "./download-source";
|
||||
process.env.PORTABLE_EXECUTABLE_FILE !== null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue