jivamai 0.2.1 → 0.2.2-dev.4b2ed79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,86 +0,0 @@
1
- appId: ai.karmaloop.jivam
2
- productName: Jivam
3
- copyright: Copyright © 2026 Karmaloop AI
4
-
5
- directories:
6
- output: release
7
- buildResources: assets
8
-
9
- files:
10
- - dist/**/*
11
- - dist-electron/**/*
12
- - package.json
13
-
14
- asar: true
15
-
16
- mac:
17
- category: public.app-category.productivity
18
- icon: assets/icon.icns
19
- minimumSystemVersion: "13.0"
20
- target:
21
- - target: dmg
22
- arch: universal
23
- - target: zip
24
- arch: universal
25
- darkModeSupport: true
26
- # Code signing — uncomment and set env vars when Apple Developer certificate is ready:
27
- # notarize:
28
- # teamId: ${APPLE_TEAM_ID}
29
-
30
- dmg:
31
- title: "Jivam ${version}"
32
- contents:
33
- - x: 130
34
- y: 220
35
- - x: 410
36
- y: 220
37
- type: link
38
- path: /Applications
39
- window:
40
- width: 540
41
- height: 380
42
-
43
- win:
44
- icon: assets/icon.png
45
- target:
46
- - target: nsis
47
- arch:
48
- - x64
49
- - arm64
50
- - target: portable
51
- arch: x64
52
- # Azure Trusted Signing — uncomment and set env vars when certificate is ready:
53
- # azureSignOptions:
54
- # endpoint: ${AZURE_SIGNING_ENDPOINT}
55
- # certificateProfileName: ${AZURE_CERT_PROFILE_NAME}
56
- # codeSigningAccountName: ${AZURE_SIGNING_ACCOUNT_NAME}
57
-
58
- nsis:
59
- artifactName: ${productName}-Setup-${version}.exe
60
- oneClick: false
61
- perMachine: false # install to %LocalAppData% — no UAC elevation needed
62
- allowToChangeInstallationDirectory: true
63
- createDesktopShortcut: true
64
- createStartMenuShortcut: true
65
-
66
- portable:
67
- artifactName: ${productName}-${version}-portable.exe
68
-
69
- appImage:
70
- artifactName: ${productName}-${version}-${arch}.AppImage
71
-
72
- linux:
73
- icon: assets/icon.png
74
- category: Utility
75
- target:
76
- - target: AppImage
77
- arch:
78
- - x64
79
- - arm64
80
- - target: deb
81
- arch: x64
82
-
83
- publish:
84
- provider: github
85
- owner: KarmaloopAI
86
- repo: JivamAI