v4.3.1 [ci-build]
This commit is contained in:
parent
66f9baff69
commit
3790cb1719
@ -26,7 +26,7 @@
|
||||
<script>
|
||||
if (typeof module === 'object') {window.module = module; module = undefined;}//jQuery Fix
|
||||
const isApp = typeof require !== 'undefined';
|
||||
const appVersion = '4.3.0';
|
||||
const appVersion = '4.3.1';
|
||||
|
||||
|
||||
if (localStorage.getItem('theme')) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Blockbench",
|
||||
"description": "Low-poly modeling and animation software",
|
||||
"version": "4.3.0",
|
||||
"version": "4.3.1",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "JannisX11",
|
||||
@ -31,6 +31,7 @@
|
||||
"x64"
|
||||
]
|
||||
},
|
||||
"artifactName": "${productName}_${arch}_${version}.${ext}",
|
||||
"category": "macOS.application",
|
||||
"hardenedRuntime": true,
|
||||
"entitlements": "build/entitlements.mac.plist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user