File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <key >CFBundleIdentifier </key >
1111 <string >com.ansxuman.clave </string >
1212 <key >CFBundleVersion </key >
13- <string >0 .0.25 </string >
13+ <string >1 .0.0 </string >
1414 <key >CFBundleGetInfoString </key >
1515 <string >Secure Authentication at Your Fingertips </string >
1616 <key >CFBundleShortVersionString </key >
17- <string >0 .0.25 </string >
17+ <string >1 .0.0 </string >
1818 <key >CFBundleIconFile </key >
1919 <string >icons </string >
2020 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 1010 <key >CFBundleIdentifier </key >
1111 <string >com.ansxuman.clave </string >
1212 <key >CFBundleVersion </key >
13- <string >0 .0.25 </string >
13+ <string >1 .0.0 </string >
1414 <key >CFBundleGetInfoString </key >
1515 <string >Secure Authentication at Your Fingertips </string >
1616 <key >CFBundleShortVersionString </key >
17- <string >0 .0.25 </string >
17+ <string >1 .0.0 </string >
1818 <key >CFBundleIconFile </key >
1919 <string >icons </string >
2020 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 1111 description : " Secure Authentication at Your Fingertips" # The application description
1212 copyright : " © 2024 Clave. Licensed under MIT License." # Copyright text
1313 comments : " Secure Authentication at Your Fingertips" # Comments
14- version : " 0 .0.25 "
14+ version : " 1 .0.0 "
1515
1616# Dev mode configuration
1717dev_mode :
Original file line number Diff line number Diff line change 11{
22 "fixed" : {
3- "file_version" : " 0 .0.25 "
3+ "file_version" : " 1 .0.0 "
44 },
55 "info" : {
66 "0000" : {
7- "ProductVersion" : " 0 .0.25 " ,
7+ "ProductVersion" : " 1 .0.0 " ,
88 "CompanyName" : " Clave" ,
99 "FileDescription" : " Secure Authentication at Your Fingertips" ,
1010 "LegalCopyright" : " © 2024 Clave. Licensed under MIT License." ,
Original file line number Diff line number Diff line change 1+ # Feel free to remove those if you don't want/need to use them.
2+ # Make sure to check the documentation at https://nfpm.goreleaser.com
3+ #
4+ # The lines below are called `modelines`. See `:help modeline`
5+
6+ name : " Clave"
7+ arch : ${GOARCH}
8+ platform : " linux"
9+ version : " 1.0.0"
10+ section : " default"
11+ priority : " extra"
12+ maintainer : ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
13+ description : " Secure Authentication at Your Fingertips"
14+ vendor : " Clave"
15+ homepage : " https://wails.io"
16+ license : " MIT"
17+ release : " 1"
18+
19+ contents :
20+ - src : " ./bin/Clave"
21+ dst : " /usr/local/bin/Clave"
22+ - src : " ./build/appicon.png"
23+ dst : " /usr/share/icons/hicolor/128x128/apps/Clave.png"
24+ - src : " ./build/Clave.desktop"
25+ dst : " /usr/share/applications/Clave.desktop"
26+
27+ depends :
28+ - gtk3
29+ - libwebkit2gtk
30+
31+ # replaces:
32+ # - foobar
33+ # provides:
34+ # - bar
35+ # depends:
36+ # - gtk3
37+ # - libwebkit2gtk
38+ # recommends:
39+ # - whatever
40+ # suggests:
41+ # - something-else
42+ # conflicts:
43+ # - not-foo
44+ # - not-bar
45+ # changelog: "changelog.yaml"
46+ # scripts:
47+ # preinstall: ./build/nfpm/scripts/preinstall.sh
48+ # postinstall: ./build/nfpm/scripts/postinstall.sh
49+ # preremove: ./build/nfpm/scripts/preremove.sh
50+ # postremove: ./build/nfpm/scripts/postremove.sh
Original file line number Diff line number Diff line change 1+ #! /bin/bash
Original file line number Diff line number Diff line change 1+ #! /bin/bash
Original file line number Diff line number Diff line change 1+ #! /bin/bash
Original file line number Diff line number Diff line change 1+ #! /bin/bash
Original file line number Diff line number Diff line change 1414 !define INFO_PRODUCTNAME " Clave"
1515!endif
1616!ifndef INFO_PRODUCTVERSION
17- !define INFO_PRODUCTVERSION " 0 .0.25 "
17+ !define INFO_PRODUCTVERSION " 1 .0.0 "
1818!endif
1919!ifndef INFO_COPYRIGHT
2020 !define INFO_COPYRIGHT " © 2024 Clave. Licensed under MIT License."
You can’t perform that action at this time.
0 commit comments