We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eabcb commit 980fc7bCopy full SHA for 980fc7b
Makefile
@@ -18,6 +18,9 @@ debug: Development
18
/Developer/usr/bin/gdb build/Development/Therm.app/Contents/MacOS/Therm
19
20
dist: prod
21
+ifeq ($(shell whoami),pancake)
22
+ codesign -f -s 'J5PTVY8BHH' build/Deployment/Therm.app/Contents/MacOS/Therm
23
+endif
24
cd build/Deployment/ && zip -r Therm.app.zip Therm.app
25
mv build/Deployment/Therm.app.zip Therm-$(VERSION).zip
26
config.h
@@ -1 +1 @@
1
-#define THERM_VERSION "0.6.0"
+#define THERM_VERSION "0.6.1"
version.txt
-0.6.0
+0.6.1
0 commit comments