30 lines
656 B
YAML
30 lines
656 B
YAML
directories:
|
|
output: releases
|
|
buildResources: build
|
|
appId: net.hopp.tobias.ourcrypt
|
|
productName: TryCrypt
|
|
forceCodeSigning: false
|
|
artifactName: TryCrypt_${version}_${os}_${arch}.${ext}
|
|
files:
|
|
- filter:
|
|
- dist/**/*
|
|
- static/**/*
|
|
- node_modules/**/*
|
|
- package.json
|
|
win:
|
|
target: nsis
|
|
nsis:
|
|
oneClick: true
|
|
perMachine: false
|
|
allowToChangeInstallationDirectory: false
|
|
linux:
|
|
target: AppImage
|
|
icon: staticWeb/Infoscreen-Logo_256x256.png
|
|
category: System
|
|
description: The official trycrypt app compiled for debian
|
|
deb: {}
|
|
publish:
|
|
provider: generic
|
|
url: https://infoscreen.iif.li/releases/
|
|
electronVersion: 23.1.1
|