diff --git a/res/releaseReadme/stable-linux.txt b/res/releaseReadme/stable-linux.txt new file mode 100644 index 00000000..3eb6e77d --- /dev/null +++ b/res/releaseReadme/stable-linux.txt @@ -0,0 +1,5 @@ +# Furnace (chiptune tracker) + +thank you for downloading Furnace! I hope you enjoy using it. + +extract this archive, and run `furnace` to get started. diff --git a/res/releaseReadme/stable-mac.txt b/res/releaseReadme/stable-mac.txt new file mode 100644 index 00000000..fb84fb87 --- /dev/null +++ b/res/releaseReadme/stable-mac.txt @@ -0,0 +1,15 @@ +# Furnace (chiptune tracker) + +thank you for downloading Furnace! I hope you enjoy using it. + +move Furnace to Applications (or some other place). +if you are using a recent version of macOS, you may get an error saying that Furnace is damaged. +in that case, open Terminal, and type this: + +``` +xattr -d com.apple.quarantine /path/to/Furnace.app +``` + +(replace `/path/to/Furnace.app` with the path where Furnace.app is located, e.g. `/Applications/Furnace.app`) + +you may need to reboot after doing this before launching Furnace. diff --git a/res/releaseReadme/stable-win.txt b/res/releaseReadme/stable-win.txt new file mode 100644 index 00000000..22eed14c --- /dev/null +++ b/res/releaseReadme/stable-win.txt @@ -0,0 +1,5 @@ +# Furnace (chiptune tracker) + +thank you for downloading Furnace! I hope you enjoy using it. + +extract this archive, and run furnace.exe to get started. diff --git a/res/releaseReadme/unstable-other.txt b/res/releaseReadme/unstable-other.txt new file mode 100644 index 00000000..2b042a2b --- /dev/null +++ b/res/releaseReadme/unstable-other.txt @@ -0,0 +1,6 @@ +# unstable build notice + +this is a dev build (also known as "unstable", "artifact" or "nightly"). +it may contain work-in-progress features and/or bug fixes. + +no compatibility is guaranteed between unstable and stable - you have been warned! diff --git a/res/releaseReadme/unstable-win.txt b/res/releaseReadme/unstable-win.txt new file mode 100644 index 00000000..2ca438fb --- /dev/null +++ b/res/releaseReadme/unstable-win.txt @@ -0,0 +1,11 @@ +# unstable build notice + +this is a dev build (also known as "unstable", "artifact" or "nightly"). +it may contain work-in-progress features and/or bug fixes. + +no compatibility is guaranteed between unstable and stable - you have been warned! + +# the .pdb file + +YOU SHALL COPY THIS FILE ALONGSIDE furnace.exe. it contains debug information which is vital in the moment of a crash. +failure to copy this file will result in useless backtraces (furnace_crash.txt) and therefore hinder me from fixing any crashes.