diff --git a/README.md b/README.md index b074909e4..274414805 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Cryptomator ==================== [![Build Status](https://travis-ci.org/cryptomator/cryptomator.svg?branch=master)](https://travis-ci.org/cryptomator/cryptomator) -[![Join the chat at https://gitter.im/totalvoidness/cryptomator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cryptomator/cryptomator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Flattr Cryptomator](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=totalvoidness&url=https%3A%2F%2Fgithub.com%2Ftotalvoidness%2Fcryptomator&title=Cryptomator&language=en_GB&tags=github&category=software) +[![Join the chat at https://gitter.im/cryptomator/cryptomator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cryptomator/cryptomator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Multiplatform transparent client-side encryption of your files in the cloud. @@ -36,19 +35,9 @@ If you want to take a look at the current beta version, go ahead and get your co ## Building #### Dependencies -* Java 8 +* Java 8 + JCE unlimited strength policy files (needed for 256-bit keys) * Maven 3 -* Optional: OS-dependent build tools for native packaging -* Optional: JCE unlimited strength policy files (needed for 256-bit keys) - -#### Building on Debian-based OS -```bash -apt-get install oracle-java8-installer oracle-java8-unlimited-jce-policy fakeroot maven git -git clone https://github.com/cryptomator/cryptomator.git -cd cryptomator/main -git checkout 0.7.1 -mvn clean install -Pdebian -``` +* Optional: OS-dependent build tools for native packaging (See [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Debian](https://github.com/cryptomator/cryptomator-deb)) ## License diff --git a/main/installer-debian/package/linux/Cryptomator.png b/main/installer-debian/package/linux/Cryptomator.png deleted file mode 100644 index 32f575854..000000000 Binary files a/main/installer-debian/package/linux/Cryptomator.png and /dev/null differ diff --git a/main/installer-debian/package/linux/control b/main/installer-debian/package/linux/control deleted file mode 100644 index 91a49094a..000000000 --- a/main/installer-debian/package/linux/control +++ /dev/null @@ -1,16 +0,0 @@ -Package: APPLICATION_PACKAGE -Version: APPLICATION_VERSION -Section: contrib/utils -Maintainer: Sebastian Stenzel -Homepage: https://cryptomator.org -Vcs-Git: https://github.com/totalvoidness/cryptomator.git -Vcs-Browser: https://github.com/totalvoidness/cryptomator -Priority: optional -Architecture: APPLICATION_ARCH -Provides: APPLICATION_PACKAGE -Installed-Size: APPLICATION_INSTALLED_SIZE -Depends: gvfs-bin, gvfs-backends, gvfs-fuse, xdg-utils -Description: Multi-platform client-side encryption of your cloud files. - Cryptomator provides free client-side AES encryption for your cloud files. - Create encrypted vaults, which get mounted as virtual volumes. Whatever - you save on one of these volumes will end up encrypted inside your vault. diff --git a/main/installer-debian/package/linux/copyright b/main/installer-debian/package/linux/copyright deleted file mode 100644 index 3323c421d..000000000 --- a/main/installer-debian/package/linux/copyright +++ /dev/null @@ -1,23 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: cryptomator -Source: - -Copyright: 2015 Sebastian Stenzel and contributors. -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/main/installer-debian/pom.xml b/main/installer-debian/pom.xml deleted file mode 100644 index ded9d0a2e..000000000 --- a/main/installer-debian/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - 4.0.0 - - org.cryptomator - main - 0.11.0-SNAPSHOT - - installer-debian - pom - Cryptomator Debian installer - - - Cryptomator - org.cryptomator.ui.Cryptomator - ${java.home}/../lib/ant-javafx.jar - - - - - org.cryptomator - ui - - - - - - - maven-dependency-plugin - - - copy-libs - prepare-package - - - - - maven-antrun-plugin - 1.7 - - - create-deployment-bundle - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/main/installer-osx-mas/package/macosx/Cryptomator-Volume.icns b/main/installer-osx-mas/package/macosx/Cryptomator-Volume.icns deleted file mode 100644 index eb66f52bf..000000000 Binary files a/main/installer-osx-mas/package/macosx/Cryptomator-Volume.icns and /dev/null differ diff --git a/main/installer-osx-mas/package/macosx/Cryptomator-background.png b/main/installer-osx-mas/package/macosx/Cryptomator-background.png deleted file mode 100644 index e05f1e8cf..000000000 Binary files a/main/installer-osx-mas/package/macosx/Cryptomator-background.png and /dev/null differ diff --git a/main/installer-osx-mas/package/macosx/Cryptomator.icns b/main/installer-osx-mas/package/macosx/Cryptomator.icns deleted file mode 100644 index eb66f52bf..000000000 Binary files a/main/installer-osx-mas/package/macosx/Cryptomator.icns and /dev/null differ diff --git a/main/installer-osx-mas/package/macosx/Info.plist b/main/installer-osx-mas/package/macosx/Info.plist deleted file mode 100644 index 6338c79a9..000000000 --- a/main/installer-osx-mas/package/macosx/Info.plist +++ /dev/null @@ -1,102 +0,0 @@ - - - - - LSMinimumSystemVersion - 10.7.4 - CFBundleDevelopmentRegion - English - CFBundleAllowMixedLocalizations - - CFBundleExecutable - DEPLOY_LAUNCHER_NAME - CFBundleIconFile - DEPLOY_ICON_FILE - CFBundleIdentifier - DEPLOY_BUNDLE_IDENTIFIER - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - DEPLOY_BUNDLE_NAME - CFBundlePackageType - APPL - CFBundleShortVersionString - DEPLOY_BUNDLE_SHORT_VERSION - CFBundleSignature - ???? - - LSApplicationCategoryType - DEPLOY_BUNDLE_CATEGORY - CFBundleVersion - 100 - NSHumanReadableCopyright - DEPLOY_BUNDLE_COPYRIGHT - JVMRuntime - DEPLOY_JAVA_RUNTIME_NAME - JVMMainClassName - DEPLOY_LAUNCHER_CLASS - JVMAppClasspath - DEPLOY_APP_CLASSPATH - JVMMainJarName - DEPLOY_MAIN_JAR_NAME - JVMPreferencesID - DEPLOY_PREFERENCES_ID - JVMOptions - -DEPLOY_JVM_OPTIONS - - JVMUserOptions - -DEPLOY_JVM_USER_OPTIONS - - NSHighResolutionCapable - true - - LSUIElement - 1 - - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - cryptomator - - CFBundleTypeIconFile - Cryptomator.icns - CFBundleTypeName - Cryptomator Vault - CFBundleTypeRole - Editor - LSItemContentTypes - - org.cryptomator.folder - - LSTypeIsPackage - - - - UTExportedTypeDeclarations - - - UTTypeConformsTo - - com.apple.package - - UTTypeDescription - Cryptomator Vault - UTTypeIconFile - Cryptomator.icns - UTTypeIdentifier - org.cryptomator.folder - UTTypeTagSpecification - - public.filename-extension - - cryptomator - - - - - - diff --git a/main/installer-osx-mas/pom.xml b/main/installer-osx-mas/pom.xml deleted file mode 100644 index 3a2fe177c..000000000 --- a/main/installer-osx-mas/pom.xml +++ /dev/null @@ -1,89 +0,0 @@ - - 4.0.0 - - org.cryptomator - main - 0.11.0-SNAPSHOT - - installer-osx-mas - pom - Cryptomator Mac OS X installer for Mac App Store - - - Cryptomator - org.cryptomator.ui.Cryptomator - ${java.home}/../lib/ant-javafx.jar - - - - - org.cryptomator - ui - - - - - - - maven-dependency-plugin - - - copy-libs - prepare-package - - - - - maven-antrun-plugin - 1.7 - - - create-deployment-bundle - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/main/installer-osx/package/macosx/Cryptomator-Volume.icns b/main/installer-osx/package/macosx/Cryptomator-Volume.icns deleted file mode 100644 index eb66f52bf..000000000 Binary files a/main/installer-osx/package/macosx/Cryptomator-Volume.icns and /dev/null differ diff --git a/main/installer-osx/package/macosx/Cryptomator-background.png b/main/installer-osx/package/macosx/Cryptomator-background.png deleted file mode 100644 index e05f1e8cf..000000000 Binary files a/main/installer-osx/package/macosx/Cryptomator-background.png and /dev/null differ diff --git a/main/installer-osx/package/macosx/Cryptomator.icns b/main/installer-osx/package/macosx/Cryptomator.icns deleted file mode 100644 index eb66f52bf..000000000 Binary files a/main/installer-osx/package/macosx/Cryptomator.icns and /dev/null differ diff --git a/main/installer-osx/package/macosx/Info.plist b/main/installer-osx/package/macosx/Info.plist deleted file mode 100644 index 6338c79a9..000000000 --- a/main/installer-osx/package/macosx/Info.plist +++ /dev/null @@ -1,102 +0,0 @@ - - - - - LSMinimumSystemVersion - 10.7.4 - CFBundleDevelopmentRegion - English - CFBundleAllowMixedLocalizations - - CFBundleExecutable - DEPLOY_LAUNCHER_NAME - CFBundleIconFile - DEPLOY_ICON_FILE - CFBundleIdentifier - DEPLOY_BUNDLE_IDENTIFIER - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - DEPLOY_BUNDLE_NAME - CFBundlePackageType - APPL - CFBundleShortVersionString - DEPLOY_BUNDLE_SHORT_VERSION - CFBundleSignature - ???? - - LSApplicationCategoryType - DEPLOY_BUNDLE_CATEGORY - CFBundleVersion - 100 - NSHumanReadableCopyright - DEPLOY_BUNDLE_COPYRIGHT - JVMRuntime - DEPLOY_JAVA_RUNTIME_NAME - JVMMainClassName - DEPLOY_LAUNCHER_CLASS - JVMAppClasspath - DEPLOY_APP_CLASSPATH - JVMMainJarName - DEPLOY_MAIN_JAR_NAME - JVMPreferencesID - DEPLOY_PREFERENCES_ID - JVMOptions - -DEPLOY_JVM_OPTIONS - - JVMUserOptions - -DEPLOY_JVM_USER_OPTIONS - - NSHighResolutionCapable - true - - LSUIElement - 1 - - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - cryptomator - - CFBundleTypeIconFile - Cryptomator.icns - CFBundleTypeName - Cryptomator Vault - CFBundleTypeRole - Editor - LSItemContentTypes - - org.cryptomator.folder - - LSTypeIsPackage - - - - UTExportedTypeDeclarations - - - UTTypeConformsTo - - com.apple.package - - UTTypeDescription - Cryptomator Vault - UTTypeIconFile - Cryptomator.icns - UTTypeIdentifier - org.cryptomator.folder - UTTypeTagSpecification - - public.filename-extension - - cryptomator - - - - - - diff --git a/main/installer-osx/pom.xml b/main/installer-osx/pom.xml deleted file mode 100644 index 72ca221ba..000000000 --- a/main/installer-osx/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - 4.0.0 - - org.cryptomator - main - 0.11.0-SNAPSHOT - - installer-osx - pom - Cryptomator Mac OS X installer - - - Cryptomator - org.cryptomator.ui.Cryptomator - ${java.home}/../lib/ant-javafx.jar - - - - - org.cryptomator - ui - - - - - - - maven-dependency-plugin - - - copy-libs - prepare-package - - - - - maven-antrun-plugin - 1.7 - - - create-deployment-bundle - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/main/installer-win-portable/package/windows/Cryptomator-setup-icon.bmp b/main/installer-win-portable/package/windows/Cryptomator-setup-icon.bmp deleted file mode 100644 index 807170bc6..000000000 Binary files a/main/installer-win-portable/package/windows/Cryptomator-setup-icon.bmp and /dev/null differ diff --git a/main/installer-win-portable/package/windows/Cryptomator.ico b/main/installer-win-portable/package/windows/Cryptomator.ico deleted file mode 100644 index 1ce3cc9bb..000000000 Binary files a/main/installer-win-portable/package/windows/Cryptomator.ico and /dev/null differ diff --git a/main/installer-win-portable/package/windows/Cryptomator.iss b/main/installer-win-portable/package/windows/Cryptomator.iss deleted file mode 100644 index debf2c84f..000000000 --- a/main/installer-win-portable/package/windows/Cryptomator.iss +++ /dev/null @@ -1,74 +0,0 @@ -;This file will be executed next to the application bundle image -;I.e. current directory will contain folder APPLICATION_NAME with application files -[Setup] -AppId={{PRODUCT_APP_IDENTIFIER}} -AppName=APPLICATION_NAME -AppVersion=APPLICATION_VERSION -AppVerName=APPLICATION_NAME APPLICATION_VERSION -AppPublisher=APPLICATION_VENDOR -AppComments=APPLICATION_COMMENTS -AppCopyright=APPLICATION_COPYRIGHT -AppPublisherURL=https://cryptomator.org/ -;AppSupportURL=http://java.com/ -;AppUpdatesURL=http://java.com/ -DefaultDirName=APPLICATION_INSTALL_ROOT\APPLICATION_NAME -DisableStartupPrompt=Yes -DisableDirPage=No -DisableProgramGroupPage=Yes -DisableReadyPage=Yes -DisableFinishedPage=No -DisableWelcomePage=Yes -DefaultGroupName=APPLICATION_GROUP -;Optional License -LicenseFile=APPLICATION_LICENSE_FILE -;WinXP or above -MinVersion=0,5.1 -OutputBaseFilename=INSTALLER_FILE_NAME -Compression=lzma -SolidCompression=yes -PrivilegesRequired=admin -SetupIconFile=APPLICATION_NAME\APPLICATION_NAME.ico -UninstallDisplayIcon={app}\APPLICATION_NAME.ico -UninstallDisplayName=APPLICATION_NAME -WizardImageStretch=No -WizardSmallImageFile=Cryptomator-setup-icon.bmp -WizardImageBackColor=$ffffff -ArchitecturesInstallIn64BitMode=ARCHITECTURE_BIT_MODE - -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" - -[Files] -Source: "APPLICATION_NAME\APPLICATION_NAME.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "APPLICATION_NAME\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs - -[Icons] -Name: "{group}\APPLICATION_NAME"; Filename: "{app}\APPLICATION_NAME.exe"; IconFilename: "{app}\APPLICATION_NAME.ico"; Check: APPLICATION_MENU_SHORTCUT() -Name: "{commondesktop}\APPLICATION_NAME"; Filename: "{app}\APPLICATION_NAME.exe"; IconFilename: "{app}\APPLICATION_NAME.ico"; Check: APPLICATION_DESKTOP_SHORTCUT() - -[Run] -Filename: "{app}\RUN_FILENAME.exe"; Description: "{cm:LaunchProgram,APPLICATION_NAME}"; Flags: nowait postinstall skipifsilent; Check: APPLICATION_NOT_SERVICE() -Filename: "{app}\RUN_FILENAME.exe"; Parameters: "-install -svcName ""APPLICATION_NAME"" -svcDesc ""APPLICATION_DESCRIPTION"" -mainExe ""APPLICATION_LAUNCHER_FILENAME"" START_ON_INSTALL RUN_AT_STARTUP"; Check: APPLICATION_SERVICE() - -[UninstallRun] -Filename: "{app}\RUN_FILENAME.exe "; Parameters: "-uninstall -svcName APPLICATION_NAME STOP_ON_UNINSTALL"; Check: APPLICATION_SERVICE() - -[Code] -function returnTrue(): Boolean; -begin - Result := True; -end; - -function returnFalse(): Boolean; -begin - Result := False; -end; - -function InitializeSetup(): Boolean; -begin -// Possible future improvements: -// if version less or same => just launch app -// if upgrade => check if same app is running and wait for it to exit -// Add pack200/unpack200 support? - Result := True; -end; diff --git a/main/installer-win-portable/pom.xml b/main/installer-win-portable/pom.xml deleted file mode 100644 index 830aa39dd..000000000 --- a/main/installer-win-portable/pom.xml +++ /dev/null @@ -1,88 +0,0 @@ - - 4.0.0 - - org.cryptomator - main - 0.11.0-SNAPSHOT - - installer-win-portable - pom - Cryptomator (Portable) Windows installer - - - Cryptomator - org.cryptomator.ui.Cryptomator - ${java.home}/../lib/ant-javafx.jar - - - - - org.cryptomator - ui - - - - - - - maven-dependency-plugin - - - copy-libs - prepare-package - - - - - maven-antrun-plugin - 1.7 - - - create-deployment-bundle - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/main/installer-win/package/windows/Cryptomator-setup-icon.bmp b/main/installer-win/package/windows/Cryptomator-setup-icon.bmp deleted file mode 100644 index 807170bc6..000000000 Binary files a/main/installer-win/package/windows/Cryptomator-setup-icon.bmp and /dev/null differ diff --git a/main/installer-win/package/windows/Cryptomator.ico b/main/installer-win/package/windows/Cryptomator.ico deleted file mode 100644 index 1ce3cc9bb..000000000 Binary files a/main/installer-win/package/windows/Cryptomator.ico and /dev/null differ diff --git a/main/installer-win/package/windows/Cryptomator.iss b/main/installer-win/package/windows/Cryptomator.iss deleted file mode 100644 index 2cd9d969a..000000000 --- a/main/installer-win/package/windows/Cryptomator.iss +++ /dev/null @@ -1,80 +0,0 @@ -;This file will be executed next to the application bundle image -;I.e. current directory will contain folder APPLICATION_NAME with application files -[Setup] -AppId={{PRODUCT_APP_IDENTIFIER}} -AppName=APPLICATION_NAME -AppVersion=APPLICATION_VERSION -AppVerName=APPLICATION_NAME APPLICATION_VERSION -AppPublisher=APPLICATION_VENDOR -AppComments=APPLICATION_COMMENTS -AppCopyright=APPLICATION_COPYRIGHT -AppPublisherURL=https://cryptomator.org/ -;AppSupportURL=http://java.com/ -;AppUpdatesURL=http://java.com/ -DefaultDirName=APPLICATION_INSTALL_ROOT\APPLICATION_NAME -DisableStartupPrompt=Yes -DisableDirPage=No -DisableProgramGroupPage=Yes -DisableReadyPage=Yes -DisableFinishedPage=No -DisableWelcomePage=Yes -DefaultGroupName=APPLICATION_GROUP -;Optional License -LicenseFile=APPLICATION_LICENSE_FILE -;WinXP or above -MinVersion=0,5.1 -OutputBaseFilename=INSTALLER_FILE_NAME -Compression=lzma -SolidCompression=yes -PrivilegesRequired=admin -SetupIconFile=APPLICATION_NAME\APPLICATION_NAME.ico -UninstallDisplayIcon={app}\APPLICATION_NAME.ico -UninstallDisplayName=APPLICATION_NAME -WizardImageStretch=No -WizardSmallImageFile=Cryptomator-setup-icon.bmp -WizardImageBackColor=$ffffff -ArchitecturesInstallIn64BitMode=ARCHITECTURE_BIT_MODE - -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" - -[Registry] -;Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Internet Settings"; ValueType: dword; ValueName: "AutoDetect"; ValueData: "0" -Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\WebClient\Parameters"; ValueType: dword; ValueName: "FileSizeLimitInBytes"; ValueData: "$ffffffff" - -[Files] -Source: "APPLICATION_NAME\APPLICATION_NAME.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "APPLICATION_NAME\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs - -[Icons] -Name: "{group}\APPLICATION_NAME"; Filename: "{app}\APPLICATION_NAME.exe"; IconFilename: "{app}\APPLICATION_NAME.ico"; Check: APPLICATION_MENU_SHORTCUT() -Name: "{commondesktop}\APPLICATION_NAME"; Filename: "{app}\APPLICATION_NAME.exe"; IconFilename: "{app}\APPLICATION_NAME.ico"; Check: APPLICATION_DESKTOP_SHORTCUT() - -[Run] -Filename: "{app}\RUN_FILENAME.exe"; Description: "{cm:LaunchProgram,APPLICATION_NAME}"; Flags: nowait postinstall skipifsilent; Check: APPLICATION_NOT_SERVICE() -Filename: "{app}\RUN_FILENAME.exe"; Parameters: "-install -svcName ""APPLICATION_NAME"" -svcDesc ""APPLICATION_DESCRIPTION"" -mainExe ""APPLICATION_LAUNCHER_FILENAME"" START_ON_INSTALL RUN_AT_STARTUP"; Check: APPLICATION_SERVICE() -Filename: "net"; Parameters: "stop webclient"; Description: "Stopping WebClient..."; Flags: waituntilterminated runhidden -Filename: "net"; Parameters: "start webclient"; Description: "Restarting WebClient..."; Flags: waituntilterminated runhidden - -[UninstallRun] -Filename: "{app}\RUN_FILENAME.exe "; Parameters: "-uninstall -svcName APPLICATION_NAME STOP_ON_UNINSTALL"; Check: APPLICATION_SERVICE() - -[Code] -function returnTrue(): Boolean; -begin - Result := True; -end; - -function returnFalse(): Boolean; -begin - Result := False; -end; - -function InitializeSetup(): Boolean; -begin -// Possible future improvements: -// if version less or same => just launch app -// if upgrade => check if same app is running and wait for it to exit -// Add pack200/unpack200 support? - Result := True; -end; diff --git a/main/installer-win/pom.xml b/main/installer-win/pom.xml deleted file mode 100644 index f5ee96cb2..000000000 --- a/main/installer-win/pom.xml +++ /dev/null @@ -1,87 +0,0 @@ - - 4.0.0 - - org.cryptomator - main - 0.11.0-SNAPSHOT - - installer-win - pom - Cryptomator Windows installer - - - Cryptomator - org.cryptomator.ui.Cryptomator - ${java.home}/../lib/ant-javafx.jar - - - - - org.cryptomator - ui - - - - - - - maven-dependency-plugin - - - copy-libs - prepare-package - - - - - maven-antrun-plugin - 1.7 - - - create-deployment-bundle - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/main/pom.xml b/main/pom.xml index e32a4e283..de3e2ddda 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -266,36 +266,6 @@ - - debian - - installer-debian - - - - osx - - installer-osx - - - - osx-mas - - installer-osx-mas - - - - win - - installer-win - - - - win-portable - - installer-win-portable - - uber-jar