mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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
|
build
|
||||||
data
|
data
|
||||||
dist
|
dist
|
||||||
|
upload
|
@ -126,6 +126,8 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: "@electron-forge/maker-squirrel",
|
name: "@electron-forge/maker-squirrel",
|
||||||
config: {
|
config: {
|
||||||
|
name: "trilium",
|
||||||
|
productName: APP_NAME,
|
||||||
iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico",
|
iconUrl: "https://raw.githubusercontent.com/TriliumNext/Notes/develop/images/app-icons/icon.ico",
|
||||||
setupIcon: "./assets/setup-icon/setup.ico",
|
setupIcon: "./assets/setup-icon/setup.ico",
|
||||||
loadingGif: "./assets/setup-icon/setup-banner.gif",
|
loadingGif: "./assets/setup-icon/setup-banner.gif",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user