From 89b274b9a75d79ff0e05efda91d4d61a7259b816 Mon Sep 17 00:00:00 2001 From: clcocd <124585243+clcocd@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:07:22 +0900 Subject: [PATCH] Publish version 1.0 --- README.md | 1 - download.html | 642 ++++++++++++++++++++++++++++++++++++++++++++++++++ icon.svg | 1 + 3 files changed, 643 insertions(+), 1 deletion(-) delete mode 100644 README.md create mode 100644 download.html create mode 100644 icon.svg diff --git a/README.md b/README.md deleted file mode 100644 index 8b13789..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/download.html b/download.html new file mode 100644 index 0000000..7da1aee --- /dev/null +++ b/download.html @@ -0,0 +1,642 @@ + + + +
+ + + + + + + + + + +Sorry, this application is not available on your current operating system.
+Try downloading it from a desktop or laptop.
++ Intel: + Download .zip + Download .msix + Download .appinstaller +
+ + + +This application does not prove its origin with a developer signature. To open it:
+ +You will only need to do this once. For further information please visit Apple Support.
+ +Alternatively, copy/paste the following command into a terminal window:
+ +$ curl -L https://github.com/clcocd/DC-AutoWrite/releases/latest/download/launch.mac | bash
+ + + + + +
+ + AMD64: + Download .tar.gz + + +
+ +Or install it from the command line:
+$ CPU=$(dpkg --print-architecture)
+ $ wget https://github.com/clcocd/DC-AutoWrite/releases/latest/download/composeapp_1.0_${CPU}.deb
+ $ sudo apt install ./composeapp_1.0_${CPU}.deb
+
+