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.

+
+ +
+ + +

디시 주작기

+ + Version 1.0 + +
+ + + + + + + + + + + Install and launch + + +
+ +

+ Intel:    + Download .zip    + Download .msix    + Download .appinstaller +

+ + + +
+ + + + +
+ + + +
+ + + +
+ Other platforms: + macOS + Linux +
+
+ +
+ + + + + + + + + Download for Intel Mac + + +

+ + + + + + + + + Download for Apple silicon Mac + + +
+

This application does not prove its origin with a developer signature. To open it:

+ +
    +
  1. Click the download button.
    Note: Do not use the Launchpad to perform the following steps as it will not allow you to access the shortcut menu.
  2. +
  3. Open the Finder and locate the application in your Downloads folder.
  4. +
  5. Control-click the app icon, then choose Open from the shortcut menu.
  6. +
  7. You will see a security warning stating the identity of the app author is unknown. Click Open.
  8. +
+ +

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 +
+ + +

 

+ + + +
+ Other platforms: + Windows + Linux +
+
+ +
+ + + + + + + + + + + + + + + + + + + + Download a .deb for AMD64 + + +

+ + +

+ +    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 +
+
+ +
+ Other platforms: + Windows + macOS +
+
+
+ + +
+ + +
+ + diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..aee5ebe --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file