changeset 77:b4ed3c726b4c default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 19 Jun 2025 12:02:05 -0600
parents 1beb4c57c269
children
files scripts/mac/build.sh scripts/windows/build.sh website/src/index.html
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/mac/build.sh	Wed Jun 18 20:20:21 2025 -0600
+++ b/scripts/mac/build.sh	Thu Jun 19 12:02:05 2025 -0600
@@ -20,6 +20,7 @@
 cp -r luan_editor/jars mac/Luan_Editor.app/Contents/Resources
 cp -r luan_editor/dictionaries mac/Luan_Editor.app/Contents/Resources
 
+# brew install create-dmg
 create-dmg \
 	--volname "Luan Editor" \
 	--window-pos 200 120 \
--- a/scripts/windows/build.sh	Wed Jun 18 20:20:21 2025 -0600
+++ b/scripts/windows/build.sh	Thu Jun 19 12:02:05 2025 -0600
@@ -14,6 +14,8 @@
 cp -r luan_editor/dictionaries windows
 
 cd windows
+
+# https://jrsoftware.org/isinfo.php
 ISCC installer.iss
 
 cp LuanEditorInstaller.exe ../../website/src/download
--- a/website/src/index.html	Wed Jun 18 20:20:21 2025 -0600
+++ b/website/src/index.html	Thu Jun 19 12:02:05 2025 -0600
@@ -22,6 +22,8 @@
 
 		<p>Luan Editor requires <a href="https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html">Java (JDK) 8</a>, so you must install this first.  It also requires <a href="https://www.reactionary.software/learn_bash.html#access">Bash</a>.  Once these are working, you can download <a href="/download/">the tar file</a> and install it.  Then you can run <code>luan_editor</code> from the command line.</p>
 
+		<p>The <a href="/download/">downloads</a> list also includes installers for Mac and Windows.  I made these to learn how to make installers for Luan apps.  They are otherwise useless.</p>
+
 		<p>Luan Editor is <a href="https://hg.reactionary.software/repo/editor/">open source</a> and is written in <a href="https://www.luan.software/">Luan</a>.</p>
 	</body>
 </html>