diff --git a/README.md b/README.md index 59969ee..2180607 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# electron-react-fastapi +# flojoy-studio An Electron application with React and TypeScript diff --git a/dev-app-update.yml b/dev-app-update.yml index 612cab2..5348c31 100644 --- a/dev-app-update.yml +++ b/dev-app-update.yml @@ -1,3 +1,3 @@ provider: generic url: https://example.com/auto-updates -updaterCacheDirName: electron-react-fastapi-updater +updaterCacheDirName: flojoy-studio-updater diff --git a/electron-builder.yml b/electron-builder.yml index d4a37c3..1fa3552 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ appId: com.electron.app -productName: electron-react-fastapi +productName: flojoy-studio directories: buildResources: build @@ -10,7 +10,7 @@ asarUnpack: - resources/** win: - executableName: electron-react-fastapi + executableName: flojoy-studio nsis: artifactName: ${name}-${version}-setup.${ext} shortcutName: ${productName} diff --git a/package.json b/package.json index 4b07b7d..c45774b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "electron-react-fastapi", + "name": "flojoy-studio", "version": "1.0.0", "description": "An Electron application with React and TypeScript", "main": "./out/main/index.js",