Skip to content

Commit 4195034

Browse files
committed
🎉Release version v1.0.0
1 parent 6e9830f commit 4195034

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The standalone app allows you to visualize and debug query data from your React
1515

1616
## Installation
1717

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

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

22-
**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.
22+
**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.
2323

2424
```bash
2525
# Go to app folder

packages/react-native-query-devtool-app/forge.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ const config: ForgeConfig = {
1515
},
1616
rebuildConfig: {},
1717
makers: [
18-
new MakerSquirrel({}),
18+
new MakerSquirrel({ name: "rnqdt" }),
1919
new MakerZIP({}, ["darwin"]),
20-
new MakerRpm({}),
21-
new MakerDeb({}),
20+
new MakerRpm({ options: { name: "rnqdt" } }),
21+
new MakerDeb({ options: { name: "rnqdt" } }),
2222
],
2323
publishers: [
2424
{

0 commit comments

Comments
 (0)