-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
export()
is going to get a tad too big. Let's default over to _shinyelectron.yml
placed alongside the Shiny app
Something like:
# my-shiny-app/_shinyelectron.yaml
app:
name: "Data Dashboard"
description: "Analytics dashboard for business decisions"
version: "2.1.0"
author: "Analytics Team <analytics@company.com>"
homepage: "https://company.com/dashboard"
build:
platforms: ["win", "mac", "linux"]
architectures: ["x64", "arm64"]
type: "r-shinylive" # expand to `r-shiny`/`py-shiny`/`py-shinylive`.
package:
repository:
type: "git"
url: "https://github.com/<ORG>/<REPO>"
bugs: "https://github.com/<ORG>/<REPO>/issues"
build_config:
publish:
provider: "github"
url: "https://github.com/company/dashboard-pro"
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
icons:
win: "assets/dashboard.ico"
mac: "assets/dashboard.icns"
linux: "assets/dashboard.png"
variables:
company: "Company"
support_email: "support@company.com"
Fallback to reasonable defaults.
Metadata
Metadata
Assignees
Labels
No labels