Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+21
File diff suppressed because one or more lines are too long
Vendored
+25
@@ -0,0 +1,25 @@
|
||||
directories:
|
||||
output: dist
|
||||
buildResources: build
|
||||
appId: com.obsidianpad.app
|
||||
productName: ObsidianPad
|
||||
copyright: Copyright © 2026
|
||||
win:
|
||||
target:
|
||||
- nsis
|
||||
- portable
|
||||
icon: icon.ico
|
||||
nsis:
|
||||
oneClick: false
|
||||
allowToChangeInstallationDirectory: true
|
||||
createDesktopShortcut: true
|
||||
extraResources:
|
||||
- filter:
|
||||
- lang.json
|
||||
- about.json
|
||||
files:
|
||||
- filter:
|
||||
- '**/*'
|
||||
- node_modules/**/*
|
||||
asar: true
|
||||
electronVersion: 41.1.0
|
||||
Reference in New Issue
Block a user