Drop windows releases.

This commit is contained in:
Brad Nelson
2025-07-04 16:18:03 -07:00
parent 3471b6cf41
commit 16f23dfee4
2 changed files with 12 additions and 54 deletions

View File

@ -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([
Command('publish-index', ' '.join([
'$src/tools/webindex.py',

View File

@ -27,44 +27,26 @@ limitations under the License.
<h2>Download</h2>
<h3>STABLE RELEASE</h3>
<p>
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{STABLE_VERSION}}.exe">uEf64-{{STABLE_VERSION}}.exe</a>
- Window 64-bit EXE µEforth<br/>
<i>Version: {{STABLE_VERSION}} (Stable)</i>
µEforth for Windows</h1>
Unfortunately, Window Defender's heuristics falsely identify uEforth.exe builds as malware.
And recently Google Cloud also started identifying them as abuse.
As a result, I've removed hosting of them.
</p>
<h3>LONG TERM STABLE RELEASE</h3>
<p>
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{OLD_STABLE_VERSION}}.exe">uEf64-{{OLD_STABLE_VERSION}}.exe</a>
- Window 64-bit EXE µEforth<br/>
<i>Version: {{OLD_STABLE_VERSION}} (Long-term Stable)</i>
</p>
<h3>Beta Release</h3>
<p>
<a href="https://eforth.storage.googleapis.com/releases/uEf64-{{VERSION}}.exe">uEf64-{{VERSION}}.exe</a>
- Window 64-bit EXE µEforth<br/>
<i>Version: {{VERSION}} (Beta)</i>
Instead build as follows (using the Windows Subsystem for Linux):
<pre>
sudo apt install ninja-build
git clone https://github.com/flagxor/ueforth
cd ueforth
./configure.py
ninja
</pre>
</p>
<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>
<h3>µEforth Words</h3>