Drop windows releases.
This commit is contained in:
24
site/BUILD
24
site/BUILD
@ -101,30 +101,6 @@ if PICO_ICE_ENABLED:
|
|||||||
])),
|
])),
|
||||||
]
|
]
|
||||||
|
|
||||||
if WINDOWS_ENABLED:
|
|
||||||
Alias('publish-win32', ' '.join([
|
|
||||||
Publish('publish-win32-rev',
|
|
||||||
'$dst/windows/uEf32.exe',
|
|
||||||
'uEf32-{{VERSION}}-{{REVSHORT}}.exe'),
|
|
||||||
Publish('publish-win32-ver',
|
|
||||||
'$dst/windows/uEf32.exe',
|
|
||||||
'uEf32-{{VERSION}}.exe'),
|
|
||||||
]))
|
|
||||||
PUBLISH_PARTS += [
|
|
||||||
Alias('publish-win64', ' '.join([
|
|
||||||
Publish('publish-win64-rev',
|
|
||||||
'$dst/windows/uEf64.exe',
|
|
||||||
'uEf64-{{VERSION}}-{{REVSHORT}}.exe'),
|
|
||||||
Publish('publish-win64-ver',
|
|
||||||
'$dst/windows/uEf64.exe',
|
|
||||||
'uEf64-{{VERSION}}.exe'),
|
|
||||||
])),
|
|
||||||
]
|
|
||||||
Alias('publish-win', ' '.join([
|
|
||||||
'publish-win32',
|
|
||||||
'publish-win64',
|
|
||||||
]))
|
|
||||||
|
|
||||||
Alias('publish', ' '.join([
|
Alias('publish', ' '.join([
|
||||||
Command('publish-index', ' '.join([
|
Command('publish-index', ' '.join([
|
||||||
'$src/tools/webindex.py',
|
'$src/tools/webindex.py',
|
||||||
|
|||||||
@ -27,44 +27,26 @@ limitations under the License.
|
|||||||
|
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
|
|
||||||
<h3>STABLE RELEASE</h3>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{STABLE_VERSION}}.exe">uEf64-{{STABLE_VERSION}}.exe</a>
|
µEforth for Windows</h1>
|
||||||
- Window 64-bit EXE µEforth<br/>
|
Unfortunately, Window Defender's heuristics falsely identify uEforth.exe builds as malware.
|
||||||
<i>Version: {{STABLE_VERSION}} (Stable)</i>
|
And recently Google Cloud also started identifying them as abuse.
|
||||||
|
As a result, I've removed hosting of them.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3>LONG TERM STABLE RELEASE</h3>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{OLD_STABLE_VERSION}}.exe">uEf64-{{OLD_STABLE_VERSION}}.exe</a>
|
Instead build as follows (using the Windows Subsystem for Linux):
|
||||||
- Window 64-bit EXE µEforth<br/>
|
<pre>
|
||||||
<i>Version: {{OLD_STABLE_VERSION}} (Long-term Stable)</i>
|
sudo apt install ninja-build
|
||||||
</p>
|
git clone https://github.com/flagxor/ueforth
|
||||||
|
cd ueforth
|
||||||
<h3>Beta Release</h3>
|
./configure.py
|
||||||
<p>
|
ninja
|
||||||
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{VERSION}}.exe">uEf64-{{VERSION}}.exe</a>
|
</pre>
|
||||||
- Window 64-bit EXE µEforth<br/>
|
|
||||||
<i>Version: {{VERSION}} (Beta)</i>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>NOTE: 32-bit builds are no longer published. They can still be built from source.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="https://eforth.storage.googleapis.com/releases/archive.html" target="_blank">Release Archive</a>
|
|
||||||
- Prior Releases
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://github.com/flagxor/ueforth" target="_blank">http://github.com/flagxor/ueforth</a>
|
|
||||||
- Complete Unprocessed Source Code
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>µEforth</h2>
|
<h2>µEforth</h2>
|
||||||
|
|
||||||
<h3>µEforth Words</h3>
|
<h3>µEforth Words</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user