You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2022/08/01 18:24:28 UTC

[royale-website] 04/04: blog downloads

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-website.git

commit d8e7a51d755e7347d386f654176195539f50829e
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Mon Aug 1 11:23:56 2022 -0700

    blog downloads
---
 .eleventy.js                                           |   1 +
 blog/downloads/ApacheRoyaleElectron_1.0.0.zip          | Bin 0 -> 634770 bytes
 ...e-a-desktop-application-with-royale-and-electron.md |   2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.eleventy.js b/.eleventy.js
index 8f83bab2..ad6493ac 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -26,6 +26,7 @@ module.exports = function (eleventyConfig) {
   eleventyConfig.addPassthroughCopy("asdoc");
   eleventyConfig.addPassthroughCopy("blog-examples");
   eleventyConfig.addPassthroughCopy("tourdejewel");
+  eleventyConfig.addPassthroughCopy("blog/downloads");
 
   // compile sass files into css files
   eleventyConfig.addTemplateFormats("sass");
diff --git a/blog/downloads/ApacheRoyaleElectron_1.0.0.zip b/blog/downloads/ApacheRoyaleElectron_1.0.0.zip
new file mode 100644
index 00000000..a4f6ee80
Binary files /dev/null and b/blog/downloads/ApacheRoyaleElectron_1.0.0.zip differ
diff --git a/blog/how-to-create-a-desktop-application-with-royale-and-electron.md b/blog/how-to-create-a-desktop-application-with-royale-and-electron.md
index 515b215e..9d01a5a6 100644
--- a/blog/how-to-create-a-desktop-application-with-royale-and-electron.md
+++ b/blog/how-to-create-a-desktop-application-with-royale-and-electron.md
@@ -776,7 +776,7 @@ Note: This author has not found a way to hit both breakpoints for the Royale app
 
 In this guide you've created a desktop application using Royale and Electron. You've sent a message to the Main process and sent that message back to the Renderer process. You've set a break point in the debugger.
 
-The example project is attached here: [Apache Royale Electron zip](https://royale.apache.org/wp-content/uploads/2019/05/ApacheRoyaleElectron_1.0.0.zip)
+The example project is attached here: [Apache Royale Electron zip](/blog/downloads/ApacheRoyaleElectron_1.0.0.zip)
 
 If you use the Moonshine IDE, an example project is available [here](https://github.com/prominic/Royale-Examples/tree/master/ElectronRoyale).