From 419503400feea55ea17fa65c293ff3ba38c6be0f Mon Sep 17 00:00:00 2001 From: Josymar De Leon Date: Thu, 7 Mar 2024 11:46:58 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89Release=20version=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- packages/react-native-query-devtool-app/forge.config.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fcd2e19..e62d0f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/react-native-query-devtool-app/forge.config.ts b/packages/react-native-query-devtool-app/forge.config.ts index 55ab080..36397f4 100644 --- a/packages/react-native-query-devtool-app/forge.config.ts +++ b/packages/react-native-query-devtool-app/forge.config.ts @@ -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: [ {