@reactivemarkets/desktop-about

0.39.0 • Public • Published

Desktop About

The architecture for Desktop is modular with the build combining many asar files into one package.

This application exposes an about window to show desktop details.

Configuration

---
kind: application
metadata:
  name: about
  description: Creates an about window.
  namespace: desktop
  annotations:
    "@reactivemarkets/desktop-core":
      includeInTray: true
    "@reactivemarkets/desktop-dock":
      excludeFromSearch: true
spec:
  excludeFromWorkspace: true
  launchOnStart: false
  singleInstance: true
  url: about.asar
  window:
    alwaysOnTop: true
    backgroundColor: "#4A90E2"
    center: true
    fullscreenable: false
    height: 500
    minimizable: false
    maximizable: false
    resizable: false
    skipTaskbar: true
    title: About Desktop
    titleBarStyle: hidden
    useContentSize: true
    width: 700

Building from source

To install all dependencies and build run:

git clone https://github.com/reactivemarkets/desktop.git
cd desktop
npm ci
npm run build

Package Sidebar

Install

npm i @reactivemarkets/desktop-about

Weekly Downloads

0

Version

0.39.0

License

Apache-2.0

Unpacked Size

1.36 MB

Total Files

4

Last publish

Collaborators

  • mmcdowell