-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new build directory for compiling desktop installer and executable
- Loading branch information
Showing
74 changed files
with
166,612 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
wscript utils\wsf\run.wsf |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Build Directory | ||
|
||
> This folder is used to build the Desktop (Electron) Version of the Shiny | ||
> Application using Inno with the compile.iss and other various assets and | ||
> dependencies in this folder. | ||
The primary scripts used to build the setup executable are under `scripts`: | ||
|
||
- `build_installer.R` | ||
- `build_installer_job.R` | ||
|
||
After successfully running, the derived/bundled installer setup executable | ||
build artifact will be output to the `installer` folder and should be included | ||
with any GitHub releases as an asset. | ||
|
||
Note that these desktop applications will only work on Windows as they are | ||
compiled using Inno Setup. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
rsconnect/ | ||
deps.yaml | ||
deps.R | ||
restart.txt | ||
.dockerignore |
Oops, something went wrong.