Skip to content

Commit 980fc7b

Browse files
committed
Release (Minor) 0.6.1
* Windows always start in fullscreen * Lower macOS 12 as minimum requirement * Fix more deprecated api usage
1 parent 99eabcb commit 980fc7b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ debug: Development
1818
/Developer/usr/bin/gdb build/Development/Therm.app/Contents/MacOS/Therm
1919

2020
dist: prod
21+
ifeq ($(shell whoami),pancake)
22+
codesign -f -s 'J5PTVY8BHH' build/Deployment/Therm.app/Contents/MacOS/Therm
23+
endif
2124
cd build/Deployment/ && zip -r Therm.app.zip Therm.app
2225
mv build/Deployment/Therm.app.zip Therm-$(VERSION).zip
2326

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define THERM_VERSION "0.6.0"
1+
#define THERM_VERSION "0.6.1"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)