Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Oct 31, 2023
1 parent a44afc5 commit 87f256b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# electron-react-fastapi
# flojoy-studio

An Electron application with React and TypeScript

Expand Down
2 changes: 1 addition & 1 deletion dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
provider: generic
url: https://example.com/auto-updates
updaterCacheDirName: electron-react-fastapi-updater
updaterCacheDirName: flojoy-studio-updater
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.electron.app
productName: electron-react-fastapi
productName: flojoy-studio

directories:
buildResources: build
Expand All @@ -10,7 +10,7 @@ asarUnpack:
- resources/**

win:
executableName: electron-react-fastapi
executableName: flojoy-studio
nsis:
artifactName: ${name}-${version}-setup.${ext}
shortcutName: ${productName}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 87f256b

Please sign in to comment.