Skip to content

Commit

Permalink
🎉Release version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jossydeleon committed Mar 7, 2024
1 parent 6e9830f commit 4195034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The standalone app allows you to visualize and debug query data from your React

## Installation

You can download the standalone app from the following link. Currently, it's available only for **macOS M1**:
You can download the standalone app from the following link. Currently, it's available only for **macOS M1** and **Windows x64**:

[Download latest App](https://github.com/jossydeleon/react-native-query-devtool-monorepo/releases)

**Windows and Linux users:** You need to build the app from source as it's currently only available for **macOS M1**. Ensure to set up your environment accordingly before building the app.
**Linux users:** You need to build the app from source as it's currently only available for **macOS M1** and **Windows x64**. Ensure to set up your environment accordingly before building the app.

```bash
# Go to app folder
Expand Down
6 changes: 3 additions & 3 deletions packages/react-native-query-devtool-app/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const config: ForgeConfig = {
},
rebuildConfig: {},
makers: [
new MakerSquirrel({}),
new MakerSquirrel({ name: "rnqdt" }),
new MakerZIP({}, ["darwin"]),
new MakerRpm({}),
new MakerDeb({}),
new MakerRpm({ options: { name: "rnqdt" } }),
new MakerDeb({ options: { name: "rnqdt" } }),
],
publishers: [
{
Expand Down

0 comments on commit 4195034

Please sign in to comment.