Funciona con el lector, logs por todos lados
This commit is contained in:
@@ -11,6 +11,7 @@ files:
|
||||
- "!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}"
|
||||
asarUnpack:
|
||||
- resources/**
|
||||
- "**/node_modules/@tockawa/nfc-pcsc/**/*"
|
||||
win:
|
||||
executableName: nfc-app-desktop
|
||||
nsis:
|
||||
@@ -18,6 +19,7 @@ nsis:
|
||||
shortcutName: ${productName}
|
||||
uninstallDisplayName: ${productName}
|
||||
createDesktopShortcut: always
|
||||
oneClick: true
|
||||
mac:
|
||||
entitlementsInherit: build/entitlements.mac.plist
|
||||
extendInfo:
|
||||
@@ -37,7 +39,8 @@ linux:
|
||||
category: Utility
|
||||
appImage:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
npmRebuild: false
|
||||
npmRebuild: true
|
||||
asar: true
|
||||
publish:
|
||||
provider: generic
|
||||
url: https://example.com/auto-updates
|
||||
|
||||
Reference in New Issue
Block a user