Skip to content

Commit

Permalink
fix: use native fetch when extension is running
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Nov 11, 2024
1 parent 2e5ae9e commit e974068
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 64 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ Dorion supports all themes, BetterDiscord and others, with a [couple caveats](#k
pnpm tauri build
# ...or to debug/open in dev mode
# (JS needs to be built manually when building in dev mode)
pnpm build:js
pnpm tauri dev
pnpm dev
```
All built files will be in `src-tauri/target/(release|debug)/`. Installation files (eg. `.msi`, `.deb`) are located in `bundle/`.
Expand Down
Loading

0 comments on commit e974068

Please sign in to comment.