Skip to content

_shinyelectron.yml #5

@coatless

Description

@coatless

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions