summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <piotr@fusion-lang.org>2023-08-09 13:21:03 +0200
committerPiotr Fusik <piotr@fusion-lang.org>2023-08-09 13:21:03 +0200
commitae5f5fc3200faa26182c51e082beca96c27de6b7 (patch)
treeb3ebbb54b3ed23fdc57d881e1c8c05ecfd3a4182
parentcf7016df3c3984d20062df4068afa6ec89aa7b1c (diff)
[release] 3.0.0.fut-3.0.0
-rw-r--r--doc/getting-started.md4
-rw-r--r--win32/setup/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/getting-started.md b/doc/getting-started.md
index 9d3a261..32e74b5 100644
--- a/doc/getting-started.md
+++ b/doc/getting-started.md
@@ -4,8 +4,8 @@
The transpiler `fut` runs on Windows, macOS and Linux.
-A release is coming soon.
-Meanwhile, you can [build from sources](building-fut.md).
+Download the [release](https://github.com/fusionlanguage/fut/releases/tag/fut-3.0.0)
+or [build from sources](building-fut.md).
## Syntax highlighting
diff --git a/win32/setup/Makefile b/win32/setup/Makefile
index d39c8fd..6bfb9de 100644
--- a/win32/setup/Makefile
+++ b/win32/setup/Makefile
@@ -1,10 +1,10 @@
VERSION = 3.0.0
DO_SIGN = signtool sign -d "Fusion Transpiler $(VERSION)" -n "Open Source Developer, Piotr Fusik" -tr http://time.certum.pl -fd sha256 -td sha256 $^ && touch $@
-signed-msi: fut-$(VERSION).msi
+signed-msi: fut-$(VERSION)-win64.msi
$(DO_SIGN)
-fut-$(VERSION).msi: fut.wxs signed license.rtf fu.ico dialog.png banner.png
+fut-$(VERSION)-win64.msi: fut.wxs signed license.rtf fu.ico dialog.png banner.png
wix build -arch x64 -ext WixToolset.UI.wixext -b ../.. -o $@ $<
signed: ../../fut.exe