File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Unreleased
1+ v1.6.1 (2022-4-19)
22- Windows: Disable system DPI scaling
33
44v1.6 (2022-4-2)
Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.18 )
33project ("Flex Launcher"
44 LANGUAGES C
5- VERSION "1.6"
5+ VERSION "1.6.1 "
66 DESCRIPTION "Customizable HTPC Application Launcher"
77 HOMEPAGE_URL "https://github.com/complexlogic/flex-launcher" )
88set (EXECUTABLE_TITLE "flex-launcher" )
Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ Binary packages are available on the [release page](https://github.com/complexlo
5454#### APT-based x86-64 Distributions (Debian, Ubuntu, etc.)
5555This package is compatible with Debian Bullseye and later, Ubuntu 21.04 and later.
5656```
57- VERSION=1.6
57+ VERSION=1.6.1
5858wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_amd64.deb
5959sudo apt install ./flex-launcher_${VERSION}_amd64.deb
6060```
6161#### Pacman-based x86-64 Distributions (Arch, Manjaro, etc.)
6262```
63- VERSION=1.6
63+ VERSION=1.6.1
6464wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
6565sudo pacman -U flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
6666```
6767#### Raspberry Pi
6868This package is compatible with Raspbian Bullseye and later.
6969```
70- VERSION=1.6
70+ VERSION=1.6.1
7171wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_armhf.deb
7272sudo apt install ./flex-launcher_${VERSION}_armhf.deb
7373```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A customizable HTPC application launcher and front-end interface
33url : " " # the base hostname & protocol for your site, e.g. http://example.com
44github_username : complexlogic
55repository : complexlogic/flex-launcher
6- launcher_version : 1.6
6+ launcher_version : 1.6.1
77
88# Build settings
99remote_theme : pages-themes/slate@v0.2.0
You can’t perform that action at this time.
0 commit comments