Skip to content

Commit 7957e80

Browse files
chore(release): rename app bundle to CursorLens and bump v1.2.1
1 parent 03c351f commit 7957e80

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

electron-builder.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// @see - https://www.electron.build/configuration/configuration
22
{
33
"$schema": "https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json",
4-
"appId": "com.siddharthvaddem.openscreen",
4+
"appId": "com.blueberrycongee.cursorlens",
55
"asar": true,
6-
"productName": "Openscreen",
6+
"productName": "CursorLens",
77
"npmRebuild": true,
88
"buildDependenciesFromSource": true,
99
"compression": "normal",
@@ -37,8 +37,8 @@
3737

3838
"mac": {
3939
"extendInfo": {
40-
"NSCameraUsageDescription": "Openscreen needs camera access to render camera overlays while recording.",
41-
"NSMicrophoneUsageDescription": "Openscreen needs microphone access to record your voice during screen capture."
40+
"NSCameraUsageDescription": "CursorLens needs camera access to render camera overlays while recording.",
41+
"NSMicrophoneUsageDescription": "CursorLens needs microphone access to record your voice during screen capture."
4242
},
4343
"target": [
4444
{

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "openscreen",
2+
"name": "cursorlens",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)