Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 committed Sep 13, 2024
1 parent ba59770 commit fa976e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ <h6>
<span>Info:</span>
<div id="#info">
<details>
<summary>What .html file do I choose?</summary>
<summary>Where can I download an unobfuscated sunsigned Eaglercraft build?</summary>
<a href="https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest">https://github.com/Eaglercraft-Archive/unminified-eaglercraft-builds/releases/latest</a>
</details>
<details>
<summary>How do I compile my own unobfuscated unsigned Eaglercraft build?</summary>
Once you have a local EaglercraftX workspace setup, in
<code>build.gradle</code>, set the <code>obfuscate</code> property to
<code>false</code>. Then, run <code>CompileJS.bat</code> (or .sh if on
Expand Down

0 comments on commit fa976e9

Please sign in to comment.