prepare to add release texts

This commit is contained in:
tildearrow 2023-08-22 04:13:38 -05:00
parent 7ba5b172d5
commit e79f0b652a
5 changed files with 42 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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!

View File

@ -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.