18 changed files with 925 additions and 0 deletions
-
96packaging/Info.plist
-
5packaging/appimage/HelpingHelena.AppDir/AppRun
-
11packaging/appimage/HelpingHelena.AppDir/HelpingHelena.desktop
-
BINpackaging/appimage/HelpingHelena.AppDir/helpinghelena.png
-
3packaging/appimage/HelpingHelena.AppDir/usr/bin/helpinghelena-desktop
-
23packaging/appimage/HelpingHelena.AppDir/usr/share/metainfo/helpinghelena.appdata.xml
-
8packaging/debian/DEBIAN/control
-
359packaging/debian/DEBIAN/copyright
-
3packaging/debian/usr/bin/helpinghelena-desktop
-
11packaging/debian/usr/share/applications/helpinghelena.desktop
-
359packaging/debian/usr/share/doc/helpinghelena-desktop/copyright
-
23packaging/debian/usr/share/metainfo/helpinghelena.appdata.xml
-
BINpackaging/icons/logo.icns
-
BINpackaging/icons/logo.ico
-
BINpackaging/icons/logo.png
-
2packaging/icons/logo.svg
-
11packaging/scripts/appimage_build.sh
-
11packaging/scripts/debian_build.sh
@ -0,0 +1,96 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict> |
|||
<key>BuildMachineOSBuild</key> |
|||
<string>16A323</string> |
|||
<key>CFBundleDevelopmentRegion</key> |
|||
<string>en</string> |
|||
<key>CFBundleDisplayName</key> |
|||
<string>Business Station</string> |
|||
<key>CFBundleDocumentTypes</key> |
|||
<array/> |
|||
<key>CFBundleExecutable</key> |
|||
<string>nwjs</string> |
|||
<key>CFBundleIconFile</key> |
|||
<string>app.icns</string> |
|||
<key>CFBundleIdentifier</key> |
|||
<string>com.netsyms.HelpingHelena</string> |
|||
<key>CFBundleInfoDictionaryVersion</key> |
|||
<string>6.0</string> |
|||
<key>CFBundleName</key> |
|||
<string>helping-helena</string> |
|||
<key>CFBundlePackageType</key> |
|||
<string>APPL</string> |
|||
<key>CFBundleShortVersionString</key> |
|||
<string>Version 1.0.0</string> |
|||
<key>CFBundleSignature</key> |
|||
<string>NWJS</string> |
|||
<key>CFBundleURLTypes</key> |
|||
<array> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>Web site URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>http</string> |
|||
<string>https</string> |
|||
</array> |
|||
</dict> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>FTP site URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>ftp</string> |
|||
</array> |
|||
</dict> |
|||
<dict> |
|||
<key>CFBundleURLName</key> |
|||
<string>Local file URL</string> |
|||
<key>CFBundleURLSchemes</key> |
|||
<array> |
|||
<string>file</string> |
|||
</array> |
|||
</dict> |
|||
</array> |
|||
<key>CFBundleVersion</key> |
|||
<string>1.2.0</string> |
|||
<key>DTCompiler</key> |
|||
<string>com.apple.compilers.llvm.clang.1_0</string> |
|||
<key>DTSDKBuild</key> |
|||
<string>10.12</string> |
|||
<key>DTSDKName</key> |
|||
<string>macosx10.12</string> |
|||
<key>DTXcode</key> |
|||
<string>0833</string> |
|||
<key>DTXcodeBuild</key> |
|||
<string>8E3004b</string> |
|||
<key>LSFileQuarantineEnabled</key> |
|||
<true/> |
|||
<key>LSHasLocalizedDisplayName</key> |
|||
<string>1</string> |
|||
<key>LSMinimumSystemVersion</key> |
|||
<string>10.9.0</string> |
|||
<key>NSAppleScriptEnabled</key> |
|||
<true/> |
|||
<key>NSPrincipalClass</key> |
|||
<string>BrowserCrApplication</string> |
|||
<key>NSSupportsAppNap</key> |
|||
<true/> |
|||
<key>NSSupportsAutomaticGraphicsSwitching</key> |
|||
<true/> |
|||
<key>NSUserActivityTypes</key> |
|||
<array> |
|||
<string>NSUserActivityTypeBrowsingWeb</string> |
|||
</array> |
|||
<key>NSUserNotificationAlertStyle</key> |
|||
<string>banner</string> |
|||
<key>OSAScriptingDefinition</key> |
|||
<string>scripting.sdef</string> |
|||
<key>SCMRevision</key> |
|||
<string>2f0eedbae58fc8cfa2f2ff2988c4c1927e1edbac-</string> |
|||
<key>UTExportedTypeDeclarations</key> |
|||
<array/> |
|||
</dict> |
|||
</plist> |
@ -0,0 +1,5 @@ |
|||
#!/bin/sh |
|||
HERE="$(dirname "$(readlink -f "${0}")")" |
|||
|
|||
cd $HERE/usr/lib/helpinghelena-desktop |
|||
./helpinghelena-desktop |
@ -0,0 +1,11 @@ |
|||
[Desktop Entry] |
|||
Name=Helping Helena |
|||
Version=1.0 |
|||
Exec=helpinghelena-desktop |
|||
Comment=Launch Helping Helena app |
|||
Icon=helpinghelena |
|||
Type=Application |
|||
Terminal=false |
|||
StartupNotify=true |
|||
Categories=Office;Network; |
|||
Name[en_US]=Helping Helena |
After Width: 512 | Height: 512 | Size: 12 KiB |
@ -0,0 +1,3 @@ |
|||
#!/bin/sh |
|||
cd /usr/lib/helpinghelena-desktop |
|||
./helpinghelena-desktop |
@ -0,0 +1,23 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<component type="desktop-application"> |
|||
<id>helpinghelena-desktop</id> |
|||
<metadata_license>MPL-2.0</metadata_license> |
|||
<project_license>MPL-2.0</project_license> |
|||
<name>Helping Helena</name> |
|||
<summary>Desktop app for Helping Helena</summary> |
|||
<description> |
|||
|
|||
</description> |
|||
<launchable type="desktop-id">helpinghelena.desktop</launchable> |
|||
<url type="homepage">https://helpinghelena.org</url> |
|||
<!-- |
|||
<screenshots> |
|||
<screenshot type="default"> |
|||
<image>https://netsyms.com/data/uploads/apps/notepost/app/home.png</image> |
|||
</screenshot> |
|||
</screenshots> |
|||
--> |
|||
<provides> |
|||
<id>helpinghelena.desktop</id> |
|||
</provides> |
|||
</component> |
@ -0,0 +1,8 @@ |
|||
Package: helpinghelena-desktop |
|||
Version: 1.0.0 |
|||
Maintainer: Netsyms Technologies <opensource@netsyms.com> |
|||
Section: web |
|||
Homepage: https://helpinghelena.org |
|||
Priority: optional |
|||
Description: Desktop app for Helping Helena. |
|||
Architecture: i386 |
@ -0,0 +1,359 @@ |
|||
Copyright (c) 2018-2019 Netsyms Technologies. |
|||
|
|||
Mozilla Public License Version 2.0 |
|||
================================== |
|||
|
|||
### 1. Definitions |
|||
|
|||
**1.1. “Contributor”** |
|||
means each individual or legal entity that creates, contributes to |
|||
the creation of, or owns Covered Software. |
|||
|
|||
**1.2. “Contributor Version”** |
|||
means the combination of the Contributions of others (if any) used |
|||
by a Contributor and that particular Contributor's Contribution. |
|||
|
|||
**1.3. “Contribution”** |
|||
means Covered Software of a particular Contributor. |
|||
|
|||
**1.4. “Covered Software”** |
|||
means Source Code Form to which the initial Contributor has attached |
|||
the notice in Exhibit A, the Executable Form of such Source Code |
|||
Form, and Modifications of such Source Code Form, in each case |
|||
including portions thereof. |
|||
|
|||
**1.5. “Incompatible With Secondary Licenses”** |
|||
means |
|||
|
|||
* **(a)** that the initial Contributor has attached the notice described |
|||
in Exhibit B to the Covered Software; or |
|||
* **(b)** that the Covered Software was made available under the terms of |
|||
version 1.1 or earlier of the License, but not also under the |
|||
terms of a Secondary License. |
|||
|
|||
**1.6. “Executable Form”** |
|||
means any form of the work other than Source Code Form. |
|||
|
|||
**1.7. “Larger Work”** |
|||
means a work that combines Covered Software with other material, in |
|||
a separate file or files, that is not Covered Software. |
|||
|
|||
**1.8. “License”** |
|||
means this document. |
|||
|
|||
**1.9. “Licensable”** |
|||
means having the right to grant, to the maximum extent possible, |
|||
whether at the time of the initial grant or subsequently, any and |
|||
all of the rights conveyed by this License. |
|||
|
|||
**1.10. “Modifications”** |
|||
means any of the following: |
|||
|
|||
* **(a)** any file in Source Code Form that results from an addition to, |
|||
deletion from, or modification of the contents of Covered |
|||
Software; or |
|||
* **(b)** any new file in Source Code Form that contains any Covered |
|||
Software. |
|||
|
|||
**1.11. “Patent Claims” of a Contributor** |
|||
means any patent claim(s), including without limitation, method, |
|||
process, and apparatus claims, in any patent Licensable by such |
|||
Contributor that would be infringed, but for the grant of the |
|||
License, by the making, using, selling, offering for sale, having |
|||
made, import, or transfer of either its Contributions or its |
|||
Contributor Version. |
|||
|
|||
**1.12. “Secondary License”** |
|||
means either the GNU General Public License, Version 2.0, the GNU |
|||
Lesser General Public License, Version 2.1, the GNU Affero General |
|||
Public License, Version 3.0, or any later versions of those |
|||
licenses. |
|||
|
|||
**1.13. “Source Code Form”** |
|||
means the form of the work preferred for making modifications. |
|||
|
|||
**1.14. “You” (or “Your”)** |
|||
means an individual or a legal entity exercising rights under this |
|||
License. For legal entities, “You” includes any entity that |
|||
controls, is controlled by, or is under common control with You. For |
|||
purposes of this definition, “control” means **(a)** the power, direct |
|||
or indirect, to cause the direction or management of such entity, |
|||
whether by contract or otherwise, or **(b)** ownership of more than |
|||
fifty percent (50%) of the outstanding shares or beneficial |
|||
ownership of such entity. |
|||
|
|||
|
|||
### 2. License Grants and Conditions |
|||
|
|||
#### 2.1. Grants |
|||
|
|||
Each Contributor hereby grants You a world-wide, royalty-free, |
|||
non-exclusive license: |
|||
|
|||
* **(a)** under intellectual property rights (other than patent or trademark) |
|||
Licensable by such Contributor to use, reproduce, make available, |
|||
modify, display, perform, distribute, and otherwise exploit its |
|||
Contributions, either on an unmodified basis, with Modifications, or |
|||
as part of a Larger Work; and |
|||
* **(b)** under Patent Claims of such Contributor to make, use, sell, offer |
|||
for sale, have made, import, and otherwise transfer either its |
|||
Contributions or its Contributor Version. |
|||
|
|||
#### 2.2. Effective Date |
|||
|
|||
The licenses granted in Section 2.1 with respect to any Contribution |
|||
become effective for each Contribution on the date the Contributor first |
|||
distributes such Contribution. |
|||
|
|||
#### 2.3. Limitations on Grant Scope |
|||
|
|||
The licenses granted in this Section 2 are the only rights granted under |
|||
this License. No additional rights or licenses will be implied from the |
|||
distribution or licensing of Covered Software under this License. |
|||
Notwithstanding Section 2.1(b) above, no patent license is granted by a |
|||
Contributor: |
|||
|
|||
* **(a)** for any code that a Contributor has removed from Covered Software; |
|||
or |
|||
* **(b)** for infringements caused by: **(i)** Your and any other third party's |
|||
modifications of Covered Software, or **(ii)** the combination of its |
|||
Contributions with other software (except as part of its Contributor |
|||
Version); or |
|||
* **(c)** under Patent Claims infringed by Covered Software in the absence of |
|||
its Contributions. |
|||
|
|||
This License does not grant any rights in the trademarks, service marks, |
|||
or logos of any Contributor (except as may be necessary to comply with |
|||
the notice requirements in Section 3.4). |
|||
|
|||
#### 2.4. Subsequent Licenses |
|||
|
|||
No Contributor makes additional grants as a result of Your choice to |
|||
distribute the Covered Software under a subsequent version of this |
|||
License (see Section 10.2) or under the terms of a Secondary License (if |
|||
permitted under the terms of Section 3.3). |
|||
|
|||
#### 2.5. Representation |
|||
|
|||
Each Contributor represents that the Contributor believes its |
|||
Contributions are its original creation(s) or it has sufficient rights |
|||
to grant the rights to its Contributions conveyed by this License. |
|||
|
|||
#### 2.6. Fair Use |
|||
|
|||
This License is not intended to limit any rights You have under |
|||
applicable copyright doctrines of fair use, fair dealing, or other |
|||
equivalents. |
|||
|
|||
#### 2.7. Conditions |
|||
|
|||
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted |
|||
in Section 2.1. |
|||
|
|||
|
|||
### 3. Responsibilities |
|||
|
|||
#### 3.1. Distribution of Source Form |
|||
|
|||
All distribution of Covered Software in Source Code Form, including any |
|||
Modifications that You create or to which You contribute, must be under |
|||
the terms of this License. You must inform recipients that the Source |
|||
Code Form of the Covered Software is governed by the terms of this |
|||
License, and how they can obtain a copy of this License. You may not |
|||
attempt to alter or restrict the recipients' rights in the Source Code |
|||
Form. |
|||
|
|||
#### 3.2. Distribution of Executable Form |
|||
|
|||
If You distribute Covered Software in Executable Form then: |
|||
|
|||
* **(a)** such Covered Software must also be made available in Source Code |
|||
Form, as described in Section 3.1, and You must inform recipients of |
|||
the Executable Form how they can obtain a copy of such Source Code |
|||
Form by reasonable means in a timely manner, at a charge no more |
|||
than the cost of distribution to the recipient; and |
|||
|
|||
* **(b)** You may distribute such Executable Form under the terms of this |
|||
License, or sublicense it under different terms, provided that the |
|||
license for the Executable Form does not attempt to limit or alter |
|||
the recipients' rights in the Source Code Form under this License. |
|||
|
|||
#### 3.3. Distribution of a Larger Work |
|||
|
|||
You may create and distribute a Larger Work under terms of Your choice, |
|||
provided that You also comply with the requirements of this License for |
|||
the Covered Software. If the Larger Work is a combination of Covered |
|||
Software with a work governed by one or more Secondary Licenses, and the |
|||
Covered Software is not Incompatible With Secondary Licenses, this |
|||
License permits You to additionally distribute such Covered Software |
|||
under the terms of such Secondary License(s), so that the recipient of |
|||
the Larger Work may, at their option, further distribute the Covered |
|||
Software under the terms of either this License or such Secondary |
|||
License(s). |
|||
|
|||
#### 3.4. Notices |
|||
|
|||
You may not remove or alter the substance of any license notices |
|||
(including copyright notices, patent notices, disclaimers of warranty, |
|||
or limitations of liability) contained within the Source Code Form of |
|||
the Covered Software, except that You may alter any license notices to |
|||
the extent required to remedy known factual inaccuracies. |
|||
|
|||
#### 3.5. Application of Additional Terms |
|||
|
|||
You may choose to offer, and to charge a fee for, warranty, support, |
|||
indemnity or liability obligations to one or more recipients of Covered |
|||
Software. However, You may do so only on Your own behalf, and not on |
|||
behalf of any Contributor. You must make it absolutely clear that any |
|||
such warranty, support, indemnity, or liability obligation is offered by |
|||
You alone, and You hereby agree to indemnify every Contributor for any |
|||
liability incurred by such Contributor as a result of warranty, support, |
|||
indemnity or liability terms You offer. You may include additional |
|||
disclaimers of warranty and limitations of liability specific to any |
|||
jurisdiction. |
|||
|
|||
|
|||
### 4. Inability to Comply Due to Statute or Regulation |
|||
|
|||
If it is impossible for You to comply with any of the terms of this |
|||
License with respect to some or all of the Covered Software due to |
|||
statute, judicial order, or regulation then You must: **(a)** comply with |
|||
the terms of this License to the maximum extent possible; and **(b)** |
|||
describe the limitations and the code they affect. Such description must |
|||
be placed in a text file included with all distributions of the Covered |
|||
Software under this License. Except to the extent prohibited by statute |
|||
or regulation, such description must be sufficiently detailed for a |
|||
recipient of ordinary skill to be able to understand it. |
|||
|
|||
|
|||
### 5. Termination |
|||
|
|||
**5.1.** The rights granted under this License will terminate automatically |
|||
if You fail to comply with any of its terms. However, if You become |
|||
compliant, then the rights granted under this License from a particular |
|||
Contributor are reinstated **(a)** provisionally, unless and until such |
|||
Contributor explicitly and finally terminates Your grants, and **(b)** on an |
|||
ongoing basis, if such Contributor fails to notify You of the |
|||
non-compliance by some reasonable means prior to 60 days after You have |
|||
come back into compliance. Moreover, Your grants from a particular |
|||
Contributor are reinstated on an ongoing basis if such Contributor |
|||
notifies You of the non-compliance by some reasonable means, this is the |
|||
first time You have received notice of non-compliance with this License |
|||
from such Contributor, and You become compliant prior to 30 days after |
|||
Your receipt of the notice. |
|||
|
|||
**5.2.** If You initiate litigation against any entity by asserting a patent |
|||
infringement claim (excluding declaratory judgment actions, |
|||
counter-claims, and cross-claims) alleging that a Contributor Version |
|||
directly or indirectly infringes any patent, then the rights granted to |
|||
You by any and all Contributors for the Covered Software under Section |
|||
2.1 of this License shall terminate. |
|||
|
|||
**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all |
|||
end user license agreements (excluding distributors and resellers) which |
|||
have been validly granted by You or Your distributors under this License |
|||
prior to termination shall survive termination. |
|||
|
|||
|
|||
### 6. Disclaimer of Warranty |
|||
|
|||
> Covered Software is provided under this License on an “as is” |
|||
> basis, without warranty of any kind, either expressed, implied, or |
|||
> statutory, including, without limitation, warranties that the |
|||
> Covered Software is free of defects, merchantable, fit for a |
|||
> particular purpose or non-infringing. The entire risk as to the |
|||
> quality and performance of the Covered Software is with You. |
|||
> Should any Covered Software prove defective in any respect, You |
|||
> (not any Contributor) assume the cost of any necessary servicing, |
|||
> repair, or correction. This disclaimer of warranty constitutes an |
|||
> essential part of this License. No use of any Covered Software is |
|||
> authorized under this License except under this disclaimer. |
|||
|
|||
### 7. Limitation of Liability |
|||
|
|||
> Under no circumstances and under no legal theory, whether tort |
|||
> (including negligence), contract, or otherwise, shall any |
|||
> Contributor, or anyone who distributes Covered Software as |
|||
> permitted above, be liable to You for any direct, indirect, |
|||
> special, incidental, or consequential damages of any character |
|||
> including, without limitation, damages for lost profits, loss of |
|||
> goodwill, work stoppage, computer failure or malfunction, or any |
|||
> and all other commercial damages or losses, even if such party |
|||
> shall have been informed of the possibility of such damages. This |
|||
> limitation of liability shall not apply to liability for death or |
|||
> personal injury resulting from such party's negligence to the |
|||
> extent applicable law prohibits such limitation. Some |
|||
> jurisdictions do not allow the exclusion or limitation of |
|||
> incidental or consequential damages, so this exclusion and |
|||
> limitation may not apply to You. |
|||
|
|||
|
|||
### 8. Litigation |
|||
|
|||
Any litigation relating to this License may be brought only in the |
|||
courts of a jurisdiction where the defendant maintains its principal |
|||
place of business and such litigation shall be governed by laws of that |
|||
jurisdiction, without reference to its conflict-of-law provisions. |
|||
Nothing in this Section shall prevent a party's ability to bring |
|||
cross-claims or counter-claims. |
|||
|
|||
|
|||
### 9. Miscellaneous |
|||
|
|||
This License represents the complete agreement concerning the subject |
|||
matter hereof. If any provision of this License is held to be |
|||
unenforceable, such provision shall be reformed only to the extent |
|||
necessary to make it enforceable. Any law or regulation which provides |
|||
that the language of a contract shall be construed against the drafter |
|||
shall not be used to construe this License against a Contributor. |
|||
|
|||
|
|||
### 10. Versions of the License |
|||
|
|||
#### 10.1. New Versions |
|||
|
|||
Mozilla Foundation is the license steward. Except as provided in Section |
|||
10.3, no one other than the license steward has the right to modify or |
|||
publish new versions of this License. Each version will be given a |
|||
distinguishing version number. |
|||
|
|||
#### 10.2. Effect of New Versions |
|||
|
|||
You may distribute the Covered Software under the terms of the version |
|||
of the License under which You originally received the Covered Software, |
|||
or under the terms of any subsequent version published by the license |
|||
steward. |
|||
|
|||
#### 10.3. Modified Versions |
|||
|
|||
If you create software not governed by this License, and you want to |
|||
create a new license for such software, you may create and use a |
|||
modified version of this License if you rename the license and remove |
|||
any references to the name of the license steward (except to note that |
|||
such modified license differs from this License). |
|||
|
|||
#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses |
|||
|
|||
If You choose to distribute Source Code Form that is Incompatible With |
|||
Secondary Licenses under the terms of this version of the License, the |
|||
notice described in Exhibit B of this License must be attached. |
|||
|
|||
## Exhibit A - Source Code Form License Notice |
|||
|
|||
This Source Code Form is subject to the terms of the Mozilla Public |
|||
License, v. 2.0. If a copy of the MPL was not distributed with this |
|||
file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|||
|
|||
If it is not possible or desirable to put the notice in a particular |
|||
file, then You may include the notice in a location (such as a LICENSE |
|||
file in a relevant directory) where a recipient would be likely to look |
|||
for such a notice. |
|||
|
|||
You may add additional accurate notices of copyright ownership. |
|||
|
|||
## Exhibit B - “Incompatible With Secondary Licenses” Notice |
|||
|
|||
This Source Code Form is "Incompatible With Secondary Licenses", as |
|||
defined by the Mozilla Public License, v. 2.0. |
|||
|
|||
|
@ -0,0 +1,3 @@ |
|||
#!/bin/sh |
|||
cd /usr/lib/helpinghelena-desktop |
|||
./helpinghelena-desktop |
@ -0,0 +1,11 @@ |
|||
[Desktop Entry] |
|||
Name=Helping Helena |
|||
Version=1.0 |
|||
Exec=/usr/bin/helpinghelena-desktop |
|||
Comment=Launch the Helping Helena desktop app |
|||
Icon=/usr/lib/helpinghelena-desktop/logo.svg |
|||
Type=Application |
|||
Terminal=false |
|||
StartupNotify=true |
|||
Encoding=UTF-8 |
|||
Categories=Office; |
@ -0,0 +1,359 @@ |
|||
Copyright (c) 2018-2019 Netsyms Technologies. |
|||
|
|||
Mozilla Public License Version 2.0 |
|||
================================== |
|||
|
|||
### 1. Definitions |
|||
|
|||
**1.1. “Contributor”** |
|||
means each individual or legal entity that creates, contributes to |
|||
the creation of, or owns Covered Software. |
|||
|
|||
**1.2. “Contributor Version”** |
|||
means the combination of the Contributions of others (if any) used |
|||
by a Contributor and that particular Contributor's Contribution. |
|||
|
|||
**1.3. “Contribution”** |
|||
means Covered Software of a particular Contributor. |
|||
|
|||
**1.4. “Covered Software”** |
|||
means Source Code Form to which the initial Contributor has attached |
|||
the notice in Exhibit A, the Executable Form of such Source Code |
|||
Form, and Modifications of such Source Code Form, in each case |
|||
including portions thereof. |
|||
|
|||
**1.5. “Incompatible With Secondary Licenses”** |
|||
means |
|||
|
|||
* **(a)** that the initial Contributor has attached the notice described |
|||
in Exhibit B to the Covered Software; or |
|||
* **(b)** that the Covered Software was made available under the terms of |
|||
version 1.1 or earlier of the License, but not also under the |
|||
terms of a Secondary License. |
|||
|
|||
**1.6. “Executable Form”** |
|||
means any form of the work other than Source Code Form. |
|||
|
|||
**1.7. “Larger Work”** |
|||
means a work that combines Covered Software with other material, in |
|||
a separate file or files, that is not Covered Software. |
|||
|
|||
**1.8. “License”** |
|||
means this document. |
|||
|
|||
**1.9. “Licensable”** |
|||
means having the right to grant, to the maximum extent possible, |
|||
whether at the time of the initial grant or subsequently, any and |
|||
all of the rights conveyed by this License. |
|||
|
|||
**1.10. “Modifications”** |
|||
means any of the following: |
|||
|
|||
* **(a)** any file in Source Code Form that results from an addition to, |
|||
deletion from, or modification of the contents of Covered |
|||
Software; or |
|||
* **(b)** any new file in Source Code Form that contains any Covered |
|||
Software. |
|||
|
|||
**1.11. “Patent Claims” of a Contributor** |
|||
means any patent claim(s), including without limitation, method, |
|||
process, and apparatus claims, in any patent Licensable by such |
|||
Contributor that would be infringed, but for the grant of the |
|||
License, by the making, using, selling, offering for sale, having |
|||
made, import, or transfer of either its Contributions or its |
|||
Contributor Version. |
|||
|
|||
**1.12. “Secondary License”** |
|||
means either the GNU General Public License, Version 2.0, the GNU |
|||
Lesser General Public License, Version 2.1, the GNU Affero General |
|||
Public License, Version 3.0, or any later versions of those |
|||
licenses. |
|||
|
|||
**1.13. “Source Code Form”** |
|||
means the form of the work preferred for making modifications. |
|||
|
|||
**1.14. “You” (or “Your”)** |
|||
means an individual or a legal entity exercising rights under this |
|||
License. For legal entities, “You” includes any entity that |
|||
controls, is controlled by, or is under common control with You. For |
|||
purposes of this definition, “control” means **(a)** the power, direct |
|||
or indirect, to cause the direction or management of such entity, |
|||
whether by contract or otherwise, or **(b)** ownership of more than |
|||
fifty percent (50%) of the outstanding shares or beneficial |
|||
ownership of such entity. |
|||
|
|||
|
|||
### 2. License Grants and Conditions |
|||
|
|||
#### 2.1. Grants |
|||
|
|||
Each Contributor hereby grants You a world-wide, royalty-free, |
|||
non-exclusive license: |
|||
|
|||
* **(a)** under intellectual property rights (other than patent or trademark) |
|||
Licensable by such Contributor to use, reproduce, make available, |
|||
modify, display, perform, distribute, and otherwise exploit its |
|||
Contributions, either on an unmodified basis, with Modifications, or |
|||
as part of a Larger Work; and |
|||
* **(b)** under Patent Claims of such Contributor to make, use, sell, offer |
|||
for sale, have made, import, and otherwise transfer either its |
|||
Contributions or its Contributor Version. |
|||
|
|||
#### 2.2. Effective Date |
|||
|
|||
The licenses granted in Section 2.1 with respect to any Contribution |
|||
become effective for each Contribution on the date the Contributor first |
|||
distributes such Contribution. |
|||
|
|||
#### 2.3. Limitations on Grant Scope |
|||
|
|||
The licenses granted in this Section 2 are the only rights granted under |
|||
this License. No additional rights or licenses will be implied from the |
|||
distribution or licensing of Covered Software under this License. |
|||
Notwithstanding Section 2.1(b) above, no patent license is granted by a |
|||
Contributor: |
|||
|
|||
* **(a)** for any code that a Contributor has removed from Covered Software; |
|||
or |
|||
* **(b)** for infringements caused by: **(i)** Your and any other third party's |
|||
modifications of Covered Software, or **(ii)** the combination of its |
|||
Contributions with other software (except as part of its Contributor |
|||
Version); or |
|||
* **(c)** under Patent Claims infringed by Covered Software in the absence of |
|||
its Contributions. |
|||
|
|||
This License does not grant any rights in the trademarks, service marks, |
|||
or logos of any Contributor (except as may be necessary to comply with |
|||
the notice requirements in Section 3.4). |
|||
|
|||
#### 2.4. Subsequent Licenses |
|||
|
|||
No Contributor makes additional grants as a result of Your choice to |
|||
distribute the Covered Software under a subsequent version of this |
|||
License (see Section 10.2) or under the terms of a Secondary License (if |
|||
permitted under the terms of Section 3.3). |
|||
|
|||
#### 2.5. Representation |
|||
|
|||
Each Contributor represents that the Contributor believes its |
|||
Contributions are its original creation(s) or it has sufficient rights |
|||
to grant the rights to its Contributions conveyed by this License. |
|||
|
|||
#### 2.6. Fair Use |
|||
|
|||
This License is not intended to limit any rights You have under |
|||
applicable copyright doctrines of fair use, fair dealing, or other |
|||
equivalents. |
|||
|
|||
#### 2.7. Conditions |
|||
|
|||
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted |
|||
in Section 2.1. |
|||
|
|||
|
|||
### 3. Responsibilities |
|||
|
|||
#### 3.1. Distribution of Source Form |
|||
|
|||
All distribution of Covered Software in Source Code Form, including any |
|||
Modifications that You create or to which You contribute, must be under |
|||
the terms of this License. You must inform recipients that the Source |
|||
Code Form of the Covered Software is governed by the terms of this |
|||
License, and how they can obtain a copy of this License. You may not |
|||
attempt to alter or restrict the recipients' rights in the Source Code |
|||
Form. |
|||
|
|||
#### 3.2. Distribution of Executable Form |
|||
|
|||
If You distribute Covered Software in Executable Form then: |
|||
|
|||
* **(a)** such Covered Software must also be made available in Source Code |
|||
Form, as described in Section 3.1, and You must inform recipients of |
|||
the Executable Form how they can obtain a copy of such Source Code |
|||
Form by reasonable means in a timely manner, at a charge no more |
|||
than the cost of distribution to the recipient; and |
|||
|
|||
* **(b)** You may distribute such Executable Form under the terms of this |
|||
License, or sublicense it under different terms, provided that the |
|||
license for the Executable Form does not attempt to limit or alter |
|||
the recipients' rights in the Source Code Form under this License. |
|||
|
|||
#### 3.3. Distribution of a Larger Work |
|||
|
|||
You may create and distribute a Larger Work under terms of Your choice, |
|||
provided that You also comply with the requirements of this License for |
|||
the Covered Software. If the Larger Work is a combination of Covered |
|||
Software with a work governed by one or more Secondary Licenses, and the |
|||
Covered Software is not Incompatible With Secondary Licenses, this |
|||
License permits You to additionally distribute such Covered Software |
|||
under the terms of such Secondary License(s), so that the recipient of |
|||
the Larger Work may, at their option, further distribute the Covered |
|||
Software under the terms of either this License or such Secondary |
|||
License(s). |
|||
|
|||
#### 3.4. Notices |
|||
|
|||
You may not remove or alter the substance of any license notices |
|||
(including copyright notices, patent notices, disclaimers of warranty, |
|||
or limitations of liability) contained within the Source Code Form of |
|||
the Covered Software, except that You may alter any license notices to |
|||
the extent required to remedy known factual inaccuracies. |
|||
|
|||
#### 3.5. Application of Additional Terms |
|||
|
|||
You may choose to offer, and to charge a fee for, warranty, support, |
|||
indemnity or liability obligations to one or more recipients of Covered |
|||
Software. However, You may do so only on Your own behalf, and not on |
|||
behalf of any Contributor. You must make it absolutely clear that any |
|||
such warranty, support, indemnity, or liability obligation is offered by |
|||
You alone, and You hereby agree to indemnify every Contributor for any |
|||
liability incurred by such Contributor as a result of warranty, support, |
|||
indemnity or liability terms You offer. You may include additional |
|||
disclaimers of warranty and limitations of liability specific to any |
|||
jurisdiction. |
|||
|
|||
|
|||
### 4. Inability to Comply Due to Statute or Regulation |
|||
|
|||
If it is impossible for You to comply with any of the terms of this |
|||
License with respect to some or all of the Covered Software due to |
|||
statute, judicial order, or regulation then You must: **(a)** comply with |
|||
the terms of this License to the maximum extent possible; and **(b)** |
|||
describe the limitations and the code they affect. Such description must |
|||
be placed in a text file included with all distributions of the Covered |
|||
Software under this License. Except to the extent prohibited by statute |
|||
or regulation, such description must be sufficiently detailed for a |
|||
recipient of ordinary skill to be able to understand it. |
|||
|
|||
|
|||
### 5. Termination |
|||
|
|||
**5.1.** The rights granted under this License will terminate automatically |
|||
if You fail to comply with any of its terms. However, if You become |
|||
compliant, then the rights granted under this License from a particular |
|||
Contributor are reinstated **(a)** provisionally, unless and until such |
|||
Contributor explicitly and finally terminates Your grants, and **(b)** on an |
|||
ongoing basis, if such Contributor fails to notify You of the |
|||
non-compliance by some reasonable means prior to 60 days after You have |
|||
come back into compliance. Moreover, Your grants from a particular |
|||
Contributor are reinstated on an ongoing basis if such Contributor |
|||
notifies You of the non-compliance by some reasonable means, this is the |
|||
first time You have received notice of non-compliance with this License |
|||
from such Contributor, and You become compliant prior to 30 days after |
|||
Your receipt of the notice. |
|||
|
|||
**5.2.** If You initiate litigation against any entity by asserting a patent |
|||
infringement claim (excluding declaratory judgment actions, |
|||
counter-claims, and cross-claims) alleging that a Contributor Version |
|||
directly or indirectly infringes any patent, then the rights granted to |
|||
You by any and all Contributors for the Covered Software under Section |
|||
2.1 of this License shall terminate. |
|||
|
|||
**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all |
|||
end user license agreements (excluding distributors and resellers) which |
|||
have been validly granted by You or Your distributors under this License |
|||
prior to termination shall survive termination. |
|||
|
|||
|
|||
### 6. Disclaimer of Warranty |
|||
|
|||
> Covered Software is provided under this License on an “as is” |
|||
> basis, without warranty of any kind, either expressed, implied, or |
|||
> statutory, including, without limitation, warranties that the |
|||
> Covered Software is free of defects, merchantable, fit for a |
|||
> particular purpose or non-infringing. The entire risk as to the |
|||
> quality and performance of the Covered Software is with You. |
|||
> Should any Covered Software prove defective in any respect, You |
|||
> (not any Contributor) assume the cost of any necessary servicing, |
|||
> repair, or correction. This disclaimer of warranty constitutes an |
|||
> essential part of this License. No use of any Covered Software is |
|||
> authorized under this License except under this disclaimer. |
|||
|
|||
### 7. Limitation of Liability |
|||
|
|||
> Under no circumstances and under no legal theory, whether tort |
|||
> (including negligence), contract, or otherwise, shall any |
|||
> Contributor, or anyone who distributes Covered Software as |
|||
> permitted above, be liable to You for any direct, indirect, |
|||
> special, incidental, or consequential damages of any character |
|||
> including, without limitation, damages for lost profits, loss of |
|||
> goodwill, work stoppage, computer failure or malfunction, or any |
|||
> and all other commercial damages or losses, even if such party |
|||
> shall have been informed of the possibility of such damages. This |
|||
> limitation of liability shall not apply to liability for death or |
|||
> personal injury resulting from such party's negligence to the |
|||
> extent applicable law prohibits such limitation. Some |
|||
> jurisdictions do not allow the exclusion or limitation of |
|||
> incidental or consequential damages, so this exclusion and |
|||
> limitation may not apply to You. |
|||
|
|||
|
|||
### 8. Litigation |
|||
|
|||
Any litigation relating to this License may be brought only in the |
|||
courts of a jurisdiction where the defendant maintains its principal |
|||
place of business and such litigation shall be governed by laws of that |
|||
jurisdiction, without reference to its conflict-of-law provisions. |
|||
Nothing in this Section shall prevent a party's ability to bring |
|||
cross-claims or counter-claims. |
|||
|
|||
|
|||
### 9. Miscellaneous |
|||
|
|||
This License represents the complete agreement concerning the subject |
|||
matter hereof. If any provision of this License is held to be |
|||
unenforceable, such provision shall be reformed only to the extent |
|||
necessary to make it enforceable. Any law or regulation which provides |
|||
that the language of a contract shall be construed against the drafter |
|||
shall not be used to construe this License against a Contributor. |
|||
|
|||
|
|||
### 10. Versions of the License |
|||
|
|||
#### 10.1. New Versions |
|||
|
|||
Mozilla Foundation is the license steward. Except as provided in Section |
|||
10.3, no one other than the license steward has the right to modify or |
|||
publish new versions of this License. Each version will be given a |
|||
distinguishing version number. |
|||
|
|||
#### 10.2. Effect of New Versions |
|||
|
|||
You may distribute the Covered Software under the terms of the version |
|||
of the License under which You originally received the Covered Software, |
|||
or under the terms of any subsequent version published by the license |
|||
steward. |
|||
|
|||
#### 10.3. Modified Versions |
|||
|
|||
If you create software not governed by this License, and you want to |
|||
create a new license for such software, you may create and use a |
|||
modified version of this License if you rename the license and remove |
|||
any references to the name of the license steward (except to note that |
|||
such modified license differs from this License). |
|||
|
|||
#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses |
|||
|
|||
If You choose to distribute Source Code Form that is Incompatible With |
|||
Secondary Licenses under the terms of this version of the License, the |
|||
notice described in Exhibit B of this License must be attached. |
|||
|
|||
## Exhibit A - Source Code Form License Notice |
|||
|
|||
This Source Code Form is subject to the terms of the Mozilla Public |
|||
License, v. 2.0. If a copy of the MPL was not distributed with this |
|||
file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|||
|
|||
If it is not possible or desirable to put the notice in a particular |
|||
file, then You may include the notice in a location (such as a LICENSE |
|||
file in a relevant directory) where a recipient would be likely to look |
|||
for such a notice. |
|||
|
|||
You may add additional accurate notices of copyright ownership. |
|||
|
|||
## Exhibit B - “Incompatible With Secondary Licenses” Notice |
|||
|
|||
This Source Code Form is "Incompatible With Secondary Licenses", as |
|||
defined by the Mozilla Public License, v. 2.0. |
|||
|
|||
|
@ -0,0 +1,23 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<component type="desktop-application"> |
|||
<id>helpinghelena-desktop</id> |
|||
<metadata_license>MPL-2.0</metadata_license> |
|||
<project_license>MPL-2.0</project_license> |
|||
<name>Helping Helena</name> |
|||
<summary>Desktop app for Helping Helena</summary> |
|||
<description> |
|||
|
|||
</description> |
|||
<launchable type="desktop-id">helpinghelena.desktop</launchable> |
|||
<url type="homepage">https://helpinghelena.org</url> |
|||
<!-- |
|||
<screenshots> |
|||
<screenshot type="default"> |
|||
<image>https://netsyms.com/data/uploads/apps/notepost/app/home.png</image> |
|||
</screenshot> |
|||
</screenshots> |
|||
--> |
|||
<provides> |
|||
<id>helpinghelena.desktop</id> |
|||
</provides> |
|||
</component> |
After Width: 512 | Height: 512 | Size: 12 KiB |
@ -0,0 +1,2 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<svg width="512" height="512" version="1.1" viewBox="0 0 135.47 135.47" xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="a"><rect x="2.7271e-6" y="161.53" width="135.47" height="135.47" rx="7.9375" ry="7.9375" fill="#fff"/></clipPath></defs><g transform="translate(0 -161.53)"><rect x="2.7271e-6" y="161.53" width="135.47" height="135.47" rx="7.9375" ry="7.9375" fill="#fff"/><g clip-path="url(#a)"><g transform="matrix(.18484 -.002431 .002431 .18484 26.948 139.1)" fill="#ff9800"><path id="MT_At-Large" d="m-103.66 166.62-22.189 127.13c1.5301 5.0121 5.8328 9.2056 8.003 14.123 0.91931 4.4958 7.218 6.0888 6.7332 10.801-0.65695 4.1369 0.0756 7.4783 4.416 8.853-2.143 3.6793 3.2616 4.5566 3.9417 7.4783-1.0935 3.6289-1.5868 7.1319 1.0935 10.23 0.94238 5.0394-2.6677 6.3407-5.9041 8.4794 1.8554 3.906 4.6427 7.8267 5.9041 11.766 0.78287 5.0352-8.003 1.0935-6.5149 3.4967 4.1872 2.8629 4.5042 8.1772 9.3148 8.2947 3.7171 2.611 3.8934 7.0081 4.7245 11.084 4.5923 2.4641 9.0104 5.4088 14.037 6.8444 3.1924 0.5688 3.9795 5.5872 4.6784 8.1457-3.2805 4.6343 4.523 1.1187 2.4053 6.4708 1.9687 2.4326 6.1392 3.6877 6.603 7.7406 1.0935 5.6208 7.3901 8.6683 6.5862 14.314-1.3307 6.9535 5.6418 3.4946 6.4729 8.8761 0.24557 4.7057 6.3407 2.187 3.7171 6.8444-1.7588 4.8862-1.6392 10.02 3.0308 12.908 1.7274 3.4736 5.4654 3.4946 7.5097 5.3563 4.7665 3.1945-4.5189 11.099 3.5429 8.1079-0.04407-3.1042 5.4654-3.2889 7.2096-0.26026 2.8419 1.7337 2.5375 8.5697-0.48064 7.812 1.5301 6.0217 7.1278 3.9123 11.716 5.6418 3.2805 3.2805 3.9459-4.0214 7.9148-2.0821 5.6418-1.9834 11.5 2.9615 7.3901 8.8761-2.7558 4.1725-1.1418 13.336-6.7311 14.432-4.6784-0.21828-0.70943 6.0342-1.2278 8.9559-2.2668 3.1798-6.603 5.3458-5.4655 10.45-1.6182 3.6289-1.0935 10.163-6.603 9.596 1.8806 2.6677 2.93 5.4654 1.5301 8.6138 0.48064 3.7444-4.8988 5.5536-7.302 3.0476-4.1117 3.4023 2.1429 4.7665 3.4274 7.4384 1.3034 4.0676-1.5909 6.4708-3.121 9.002 0.50793 5.117 6.0112 7.9127 4.2082 13.336-0.13222 3.8913 3.4547 11.12-2.0569 12.35-5.2912-0.48275-9.6632-1.6329-11.414 4.5755-4.5923 2.2479-1.444 5.4172 0.44707 8.4437 2.6677 3.2554 1.2929 11.237-3.0182 11.569-6.2168-1.6098 0.78708 4.6049-2.8461 6.5485-3.5912 3.1273 4.6784 1.9687 6.5464 3.1231 2.4934 3.7045 6.6912 13.844 10.417 14.732 5.8663-0.32742 6.4288-6.6534 8.089-8.7418 3.3666-0.75139 8.5592 1.6182 10.627-1.3391 2.1429-3.4757 5.5536-1.9939 5.6921-6.603 2.5795-1.9687 7.6357-2.506 6.2525-6.7814-0.20988-3.3666 7.0396-3.9794 8.2653-0.40928 3.6289 2.1471 2.5795 7.0396 4.2103 10.014 3.2847 0.74301 7.5643 0.3862 7.5076 4.8547 1.6497 2.7306-5.3836 7.6525-1.8785 8.4815 6.9535-0.84794 2.6551 7.9883 2.4053 12.018-2.3171 3.4442 3.4002 6.1413 1.9519 9.3148-2.4053 3.1924-1.8953 6.2294 0.743 9.1196 2.632 4.3824 0.21828 7.8099 4.7665 11.903 5.3794 2.7075 1.9624 10.354 5.5536 12.988 5.1023 0.51841 4.1537 3.0874 4.33 6.284 3.8052 2.4221 4.33 6.7038 4.8589 10.813-1.6518 2.7138-0.39458 9.2644-4.7266 8.4815-4.2418-0.85004 0.39458 8.003 1.3559 10.352 2.3171 2.6676 7.8708 3.7192 7.1194 7.9148-0.14902 3.9522 5.9902-1.57 8.5445-1.7064 3.7528 3.2595 9.5813 6.2189 11.403 10.293 0.13222 3.4841 3.6289 9.6002 4.204 15.078 2.5795 4.0025-2.5438 5.5179-1.9687 8.3451 2.3885 4.5336 3.5429 9.3735 3.3666 14.503-0.89831 5.2031 3.9879 8.5655 7.961 10.866 3.8913-0.50582 2.038 8.5781 5.6418 5.4654 4.2418-1.7484-4.1537-6.0384 0.31483-8.5277 2.1429-4.5923 6.9535-5.9419 11.151-8.0345 5.1254 0.14482 10.713 4.544 16.573 4.4202 2.8587 1.6917 5.2912 2.7348 8.9412 3.1147 3.27 2.8964 6.1833 4.2481 8.0198-0.64226 0.30643-4.0172 0.0168-6.5149 4.3363-6.8066 1.5742-3.8262 6.0237-2.7558 9.1385-2.5207 1.0935 4.332 4.2292 5.2535 8.3493 4.5272 2.4934 4.7057 6.8654 2.1996 12.751 1.6875 7.1928-0.70312 14.545-3.3162 16.747 5.6418 4.8547-1.1586 9.4155-4.458 14.562-3.5429 4.8841 0.83116 10.801-0.77448 14.222 3.629-3.0182-4.1075-2.2836-8.6809 1.6182-13.019 3.4232-2.1388-1.3559-9.2266 3.9794-8.3325 5.2912 0.69262 6.4267-1.5972 8.7355-5.2828 3.5765 3.5009 8.003 6.3491 9.5771 11.382 1.1816 3.3666 4.5042 6.6198 4.1536 10.081-2.1429 3.6625 3.5429 5.8621 5.1758 8.8173 2.611 3.1924-0.42396 9.0902 6.3407 9.1133 1.444 0.48694 0.7388-0.5457 0.91931-1.3769 1.3559-22.067 4.1033-44.093 7.1781-65.984 220.69 23.728 364.34 39.398 643.04 51.75 8.6138-174.82 15.523-334.29 22.338-516.13-458.44-20.668-677.44-55.108-1033.1-109.02z" fill="#ff9800"/></g><path transform="rotate(-9.095 84.085 172.95)" d="m47.229 239.08c-0.07683-0.0768 3.5065-10.183 3.4895-10.29-0.017-0.10732-6.5479-8.6114-6.4986-8.7082 0.04933-0.0968 10.768 0.1882 10.865 0.13887 0.09681-0.0493 6.1665-8.8885 6.2739-8.8715s3.1485 10.299 3.2254 10.376c0.07683 0.0768 10.359 3.118 10.376 3.2254 0.017 0.10732-8.8222 6.177-8.8715 6.2739-0.04933 0.0968 0.23569 10.816 0.13887 10.865-0.09681 0.0493-8.6009-6.4816-8.7082-6.4986s-10.213 3.5663-10.29 3.4895z" fill="#fff"/></g><rect x="-85.526" y="168.18" height="120.81" rx=".99219" ry=".92604" fill="#fff"/></g></svg> |
@ -0,0 +1,11 @@ |
|||
#!/bin/bash |
|||
# $1 is the binary location, $2 is the arch |
|||
mkdir out |
|||
mkdir -p appimage/HelpingHelena.AppDir/usr/lib/helpinghelena-desktop |
|||
rm -rf appimage/HelpingHelena.AppDir/usr/lib/helpinghelena-desktop |
|||
mv "$1com.netsyms.HelpingHelena" "$1helpinghelena-desktop" |
|||
rsync -rv "$1" appimage/HelpingHelena.AppDir/usr/lib/helpinghelena-desktop |
|||
chmod +x appimage/HelpingHelena.AppDir/AppRun |
|||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool |
|||
chmod +x appimagetool |
|||
./appimagetool appimage/HelpingHelena.AppDir "out/HelpingHelena_$2.AppImage" |
@ -0,0 +1,11 @@ |
|||
#!/bin/bash |
|||
# $1 is the binary location, $2 is the arch, $3 is the svg icon |
|||
mkdir out |
|||
sed -i '/Architecture:/d' debian/DEBIAN/control |
|||
echo "Architecture: $2" >> debian/DEBIAN/control |
|||
rm -rf debian/usr/lib/helpinghelena-desktop |
|||
mv "$1com.netsyms.HelpingHelena" "$1helpinghelena-desktop" |
|||
mkdir -p debian/usr/lib |
|||
rsync -rv "$1" debian/usr/lib/helpinghelena-desktop |
|||
cp "$3" debian/usr/lib/helpinghelena-desktop/logo.svg |
|||
dpkg-deb -b debian "out/helpinghelena-desktop_$2.deb" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue