Skip to content

Commit

Permalink
feat: new build directory for compiling desktop installer and executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Nov 28, 2023
1 parent 61fea69 commit c268d19
Show file tree
Hide file tree
Showing 74 changed files with 166,612 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/KPITracker.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wscript utils\wsf\run.wsf
546 changes: 546 additions & 0 deletions build/KPITracker.iss

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions build/README.md
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.
5 changes: 5 additions & 0 deletions build/app/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rsconnect/
deps.yaml
deps.R
restart.txt
.dockerignore
Loading

0 comments on commit c268d19

Please sign in to comment.