mirror of
https://github.com/solidtime-io/solidtime-desktop.git
synced 2026-05-07 20:32:27 +00:00
95 lines
2.6 KiB
YAML
95 lines
2.6 KiB
YAML
appId: io.solidtime.desktop
|
|
productName: solidtime
|
|
directories:
|
|
buildResources: build
|
|
files:
|
|
- '!**/.vscode/*'
|
|
- '!src/*'
|
|
- '!electron.vite.config.{js,ts,mjs,cjs}'
|
|
- '!{.eslintignore,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}'
|
|
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
|
|
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
|
|
asarUnpack:
|
|
- resources/**
|
|
- node_modules/@miniben90/**
|
|
- node_modules/better-sqlite3/**
|
|
extraResources:
|
|
- from: drizzle
|
|
to: drizzle
|
|
- from: build/vc_redist.arm64.exe
|
|
to: vc_redist.arm64.exe
|
|
filter:
|
|
- '**/*'
|
|
protocols:
|
|
name: solidtime
|
|
schemes:
|
|
- solidtime
|
|
win:
|
|
executableName: solidtime
|
|
target:
|
|
- nsis
|
|
nsis:
|
|
include: build/installer.nsh
|
|
artifactName: ${name}-setup-${arch}.${ext}
|
|
shortcutName: ${productName}
|
|
uninstallDisplayName: ${productName}
|
|
createDesktopShortcut: always
|
|
mac:
|
|
entitlementsInherit: build/entitlements.mac.plist
|
|
target: default
|
|
extendInfo:
|
|
- NSCameraUsageDescription: Application requests access to the device's camera.
|
|
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
|
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
|
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
|
- NSScreenCaptureUsageDescription: Application requests access to screen recording to track window activity for time tracking purposes.
|
|
notarize: true
|
|
dmg:
|
|
artifactName: ${name}-${arch}.${ext}
|
|
linux:
|
|
artifactName: ${name}-${arch}.${ext}
|
|
icon: build/icon.icns
|
|
executableName: solidtime
|
|
target:
|
|
- deb
|
|
- tar.gz
|
|
- rpm
|
|
desktop:
|
|
entry:
|
|
Name: solidtime
|
|
MimeType: x-scheme-handler/solidtime
|
|
maintainer: solidtime.io
|
|
category: Utility
|
|
mimeTypes:
|
|
- x-scheme-handler/solidtime
|
|
deb:
|
|
depends:
|
|
- libgtk-3-0
|
|
- libnotify4
|
|
- libnss3
|
|
- libxss1
|
|
- libxtst6
|
|
- xdg-utils
|
|
- libatspi2.0-0
|
|
- libuuid1
|
|
- libsecret-1-0
|
|
- libgbm1
|
|
- libasound2
|
|
- libegl1
|
|
- libdrm2
|
|
- libx11-xcb1
|
|
- libxcb-dri3-0
|
|
- libxcomposite1
|
|
- libxdamage1
|
|
- libxfixes3
|
|
- libxrandr2
|
|
rpm:
|
|
fpm:
|
|
- --rpm-rpmbuild-define
|
|
- _build_id_links none
|
|
appImage:
|
|
artifactName: ${name}.${ext}
|
|
npmRebuild: true
|
|
publish:
|
|
provider: github
|