Skip to content

Commit 419a537

Browse files
committed
renamed icon. updated screenshots.
1 parent efb9de2 commit 419a537

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

buildResources/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/ScratchDesktop.iconset
1+
/Smalruby3Desktop.iconset
22
/tmp

buildResources/make-icons.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
2-
SRC=../src/icon/ScratchDesktop.svg
3-
OUT_ICONSET=ScratchDesktop.iconset
4-
OUT_ICNS=ScratchDesktop.icns
5-
OUT_ICO=ScratchDesktop.ico
2+
SRC=../src/icon/Smalruby3Desktop.svg
3+
OUT_ICONSET=Smalruby3Desktop.iconset
4+
OUT_ICNS=Smalruby3Desktop.icns
5+
OUT_ICO=Smalruby3Desktop.ico
66
TMP_ICO=tmp
77

88
ICO_BASIC_SIZES="16 24 32 48 256"

buildResources/screenshot.png

189 KB
Loading

electron-builder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ appId: jp.smalruby.smalruby3-desktop
55
productName: "Smalruby3 Desktop"
66
mac:
77
category: public.app-category.education
8-
icon: buildResources/ScratchDesktop.icns
8+
icon: buildResources/Smalruby3Desktop.icns
99
provisioningProfile: embedded.provisionprofile
1010
target:
1111
- dmg
@@ -14,9 +14,9 @@ mas:
1414
type: distribution
1515
category: public.app-category.education
1616
entitlements: buildResources/entitlements.plist
17-
icon: buildResources/ScratchDesktop.icns
17+
icon: buildResources/Smalruby3Desktop.icns
1818
win:
19-
icon: buildResources/ScratchDesktop.ico
19+
icon: buildResources/Smalruby3Desktop.ico
2020
target:
2121
- appx
2222
- nsis
File renamed without changes.
File renamed without changes.

src/renderer/about.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import ReactDOM from 'react-dom';
33
import {productName, version} from '../../package.json';
44

5-
import logo from '../icon/ScratchDesktop.svg';
5+
import logo from '../icon/Smalruby3Desktop.svg';
66

77
// TODO: localization?
88
const AboutElement = () => (

0 commit comments

Comments
 (0)