mirror of
https://github.com/tildearrow/furnace.git
synced 2024-10-31 18:12:40 +00:00
release v0.4.1
fixes critical AppImage fail issue and some other things
This commit is contained in:
parent
9b018aadb2
commit
d828018500
4 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||
|
||||
set(CMAKE_PROJECT_VERSION_MAJOR 0)
|
||||
set(CMAKE_PROJECT_VERSION_MINOR 4)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 0)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 1)
|
||||
|
||||
if (ANDROID)
|
||||
set(BUILD_GUI OFF)
|
||||
|
|
|
@ -15,17 +15,17 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>0.4</string>
|
||||
<string>0.4.1</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Furnace</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.4</string>
|
||||
<string>0.4.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.4</string>
|
||||
<string>0.4.1</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
1
scripts/deps
Normal file
1
scripts/deps
Normal file
|
@ -0,0 +1 @@
|
|||
libjack-jackd2-dev git cmake libpulse-dev libx11-dev libx11-xcb-dev libasound-dev libgl1-mesa-dev libxinerama-dev x11proto-*-dev libwayland-dev wayland-protocols xwayland libxrandr-dev libxcb-*-dev libxi-dev wget fuse
|
|
@ -9,8 +9,8 @@
|
|||
#include <map>
|
||||
#include <queue>
|
||||
|
||||
#define DIV_VERSION "0.4"
|
||||
#define DIV_ENGINE_VERSION 20
|
||||
#define DIV_VERSION "0.4.1"
|
||||
#define DIV_ENGINE_VERSION 21
|
||||
|
||||
enum DivStatusView {
|
||||
DIV_STATUS_NOTHING=0,
|
||||
|
|
Loading…
Reference in a new issue