From ec3332a248d3df1473e6b45711be3bfc91bd31a4 Mon Sep 17 00:00:00 2001 From: Anirudh Sevugan Date: Thu, 28 Aug 2025 20:47:05 -0500 Subject: [PATCH] Update README.txt --- simpliplay/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/simpliplay/README.txt b/simpliplay/README.txt index 8b13789..33db3f9 100644 --- a/simpliplay/README.txt +++ b/simpliplay/README.txt @@ -1 +1,11 @@ +Source code for SimpliPlay. +--BUILD STUFF-- +SimpliPlay uses Electron Builder for desktop builds, but includes an example Electron Forge config that will work as expected but does not support native actions such as file picking from the explorer; the package.json uses electron-builder specific actions for that. + +--CI/CD-- +We now use CI/CD (specifically GitHub Actions, at one point CircleCI) for builds, but Linux ARM64 snaps in particular were annoying to get started with. After multiple attempts, it finally worked as expected (with a few really stupid workarounds required that shouldn't even be needed). + +--DEPENDENCIES-- +Other than Electron and Electron Builder, there is one more dependency called "Nothing". +Its name is very self explanatory, isn't it?