Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 272df89

Browse files
authored
Merge pull request #192 from thw26/master
Release 3.7.3.
2 parents 1741b6f + 8209a5a commit 272df89

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
* 3.7.3
3+
- Fix #186.
4+
- Add GUI logging at `~/.local/state/Logos_on_Linux/install.log`.
25
* 3.7.2
36
- Fix #178.
47
- Make AppImage default install.

LogosLinuxInstaller.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# shellcheck disable=SC2317
33
export LOGOS_SCRIPT_TITLE="Logos Linux Installer" # From https://github.com/ferion11/LogosLinuxInstaller
44
export LOGOS_SCRIPT_AUTHOR="Ferion11, John Goodman, T. H. Wright"
5-
export LOGOS_SCRIPT_VERSION="3.7.2" # Script version for this Installer Script
5+
export LOGOS_SCRIPT_VERSION="3.7.3" # Script version for this Installer Script
66

77
#####
88
# Originally written by Ferion11.

0 commit comments

Comments
 (0)