Skip to content

Commit c9467dc

Browse files
committed
Revert "Add MS Windows frame icon"
This reverts commit 36bbc9f. The png file can not be found in the exported binaries since it was not copied.
1 parent 701ce37 commit c9467dc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

MusicBeam/Info.plist.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
<!-- Customize this set as you wish -->
2323
<key>CFBundleShortVersionString</key>
24-
<string>2.1.1</string>
24+
<string>2.1.2</string>
2525
<key>CFBundleVersion</key>
26-
<string>2.1.1</string>
26+
<string>2.1.2</string>
2727
<key>CFBundleSignature</key>
2828
<string>com.codingjoe.MusicBeam</string>
2929
<key>NSHumanReadableCopyright</key>

MusicBeam/MusicBeam.pde

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import controlP5.*;
1010
import ddf.minim.*;
1111
import ddf.minim.analysis.*;
1212

13-
String version = "2.1.1";
13+
String version = "2.1.2";
1414

1515
public Boolean debugMode = false;
1616

@@ -64,8 +64,6 @@ void settings() {
6464

6565
void setup() {
6666
surface.setTitle("MusicBeam v"+version);
67-
PImage titlebaricon = loadImage("icon.png");
68-
surface.setIcon(titlebaricon);
6967

7068
colorMode(HSB, 360, 100, 100);
7169

MusicBeam/icon.png

-10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)