Skip to content

Commit 3d2109f

Browse files
committed
remove imagine name
1 parent 066f7a9 commit 3d2109f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apps/electron/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# imagine
1+
# ImageBlocks
22

33
An Electron application with React and TypeScript
44

apps/electron/dev-app-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
provider: generic
22
url: https://example.com/auto-updates
3-
updaterCacheDirName: imagine-updater
3+
updaterCacheDirName: image-blocks-updater

apps/electron/electron-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: ${APP_BUNDLE_ID}
2-
productName: imagine
2+
productName: ImageBlocks
33
directories:
44
buildResources: build
55
files:
@@ -14,7 +14,7 @@ asarUnpack:
1414
- node_modules/sharp/**/*
1515
- node_modules/@img/**/*
1616
win:
17-
executableName: imagine
17+
executableName: ImageBlocks
1818
nsis:
1919
artifactName: ${name}-${version}-setup.${ext}
2020
shortcutName: ${productName}

apps/electron/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "imagine",
2+
"name": "image-blocks",
33
"version": "1.0.0",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",

apps/electron/src/renderer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Imagine</title>
5+
<title>ImageBlocks</title>
66
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
77
<meta
88
http-equiv="Content-Security-Policy"

0 commit comments

Comments
 (0)