mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(monorepo/electron): windows building failing due to nuspec
This commit is contained in:
parent
00a98643b0
commit
93e4fc1a74
3
apps/desktop/.gitignore
vendored
3
apps/desktop/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
build
|
||||
data
|
||||
dist
|
||||
dist
|
||||
upload
|
@ -126,6 +126,8 @@ module.exports = {
|
||||
{
|
||||
name: "@electron-forge/maker-squirrel",
|
||||
config: {
|
||||
name: "trilium",
|
||||
productName: APP_NAME,
|
||||
iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico",
|
||||
setupIcon: "./assets/setup-icon/setup.ico",
|
||||
loadingGif: "./assets/setup-icon/setup-banner.gif",
|
||||
|
Loading…
x
Reference in New Issue
Block a user