Julian Raufelder
|
de78cd014d
|
Merge branch 'main' into develop
|
2023-08-11 16:44:23 +02:00 |
|
Julian Raufelder
|
ef4738f920
|
Use latest version of Java to avoid using an out of date version when building the release
See https://github.com/actions/setup-java/tree/main#check-latest for further information
|
2023-08-11 15:52:42 +02:00 |
|
Armin Schrenk
|
6edfaf3eb6
|
fix windows installer ci script
|
2023-08-09 22:55:32 +02:00 |
|
Armin Schrenk
|
abdc8672f1
|
update org.openjdk:javafx from 20.0.1 to 20.0.2
|
2023-08-09 20:41:14 +02:00 |
|
dependabot[bot]
|
b7f514e16b
|
Bump the all group with 2 updates (#3066)
Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action).
Updates `actions/checkout` from 2 to 3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
Updates `SamKirkland/FTP-Deploy-Action` from 4.3.0 to 4.3.4
- [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases)
- [Commits](https://github.com/samkirkland/ftp-deploy-action/compare/4.3.0...v4.3.4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: SamKirkland/FTP-Deploy-Action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-08-09 15:03:35 +02:00 |
|
Armin Schrenk
|
f1d4bd4cd4
|
Closes #2989
|
2023-07-13 12:22:46 +02:00 |
|
Armin Schrenk
|
511dbe355a
|
Fixes #2982
|
2023-07-04 12:41:06 +02:00 |
|
Armin Schrenk
|
ce596698e3
|
stick to a unified path separator for cryptomator properties
|
2023-06-29 17:58:52 +02:00 |
|
Armin Schrenk
|
ebea8ef7e5
|
adjust windows buildscripts to use appdata instead of userhome/hard/coded/path
|
2023-06-20 17:32:23 +02:00 |
|
Armin Schrenk
|
6386dd3d50
|
update workflows
|
2023-05-08 19:41:58 +02:00 |
|
Armin Schrenk
|
697529136e
|
use regular jdk
|
2023-03-31 18:27:35 +02:00 |
|
Armin Schrenk
|
50d31bdc18
|
integrate debug installer feature into regular windows ci workflow
|
2023-03-31 18:24:10 +02:00 |
|
Armin Schrenk
|
84caf96d3f
|
closes #2814
Zulu JDK does not create required directory structure, so use temurin + gluon jfx jmods instead
|
2023-03-31 18:21:30 +02:00 |
|
Armin Schrenk
|
f3e7c08b43
|
deactivate winget workflow
|
2023-03-07 12:19:05 +01:00 |
|
Armin Schrenk
|
f94c1f07d6
|
add new wix extension to ci build
|
2023-02-24 13:23:10 +01:00 |
|
Armin Schrenk
|
d43f197c11
|
fix 67e566832c
|
2023-02-24 13:14:14 +01:00 |
|
Armin Schrenk
|
67e566832c
|
use correct path to get winfsp download url
|
2023-02-24 13:13:07 +01:00 |
|
Armin Schrenk
|
210b891616
|
block exe installation if winFsp is outdated
|
2023-02-24 12:50:20 +01:00 |
|
Armin Schrenk
|
3dff3a8664
|
Fixes #2682
* allow windows installer to remove same version
* add revisionNumber to installer version
|
2023-02-14 11:20:22 +01:00 |
|
Armin Schrenk
|
7a9a9cf4eb
|
Follow up of 69d73d0fb9: Remove standalone launchers
|
2023-02-06 12:31:56 +01:00 |
|
Armin Schrenk
|
90408504e2
|
Merge branch 'develop' into feature/mount-provider
# Conflicts:
# pom.xml
# src/main/java/org/cryptomator/common/vaults/Vault.java
# src/main/java/org/cryptomator/ui/mainwindow/VaultDetailUnlockedController.java
|
2023-01-20 15:27:48 +01:00 |
|
Armin Schrenk
|
5beeeae27f
|
Sign integrations.dll during build
|
2023-01-16 18:47:41 +01:00 |
|
Armin Schrenk
|
24d472ed8b
|
Merge branch 'develop' into feature/mount-provider
# Conflicts:
# dist/linux/appimage/build.sh
# dist/linux/debian/rules
|
2023-01-11 16:01:27 +01:00 |
|
Julian Raufelder
|
9182c415eb
|
Hello 2023 🎉
|
2023-01-04 13:35:58 +01:00 |
|
Armin Schrenk
|
fd5aeaf90a
|
Merge branch 'develop' into feature/mount-setting-per-vault
|
2023-01-02 13:47:30 +01:00 |
|
Armin Schrenk
|
0d6d7b0dd6
|
directly use inputs object
|
2022-12-09 16:56:45 +01:00 |
|
Armin Schrenk
|
9dfd8adcce
|
revert 0725a63b09 and fix workflow
|
2022-12-09 16:56:02 +01:00 |
|
Armin Schrenk
|
63a89b5bcf
|
adjust post-release and win-exe workflow
|
2022-12-08 17:50:31 +01:00 |
|
Armin Schrenk
|
c45a00377d
|
Merge branch 'develop' into feature/mount-provider
# Conflicts:
# .github/workflows/appimage.yml
# .github/workflows/mac-dmg.yml
# .github/workflows/win-exe.yml
# pom.xml
# src/main/java/org/cryptomator/common/vaults/WebDavVolume.java
# src/main/java/org/cryptomator/ui/traymenu/AwtTrayMenuController.java
|
2022-12-07 17:01:56 +01:00 |
|
Armin Schrenk
|
0725a63b09
|
release winget manually
|
2022-12-07 14:29:00 +01:00 |
|
Armin Schrenk
|
0e7ec8eb37
|
bump replace deprecated syntax and dependencies in win-exe build
|
2022-12-07 12:24:42 +01:00 |
|
Armin Schrenk
|
b2b49f4d2f
|
use correct pwsh syntax on all publish workflows
|
2022-12-05 16:49:19 +01:00 |
|
Armin Schrenk
|
169039903d
|
Use correct cmdlet
|
2022-12-05 16:31:09 +01:00 |
|
Armin Schrenk
|
3641b34c2d
|
add guard to ensure pom defined jfx version matches the jdk bundled/jmod one
|
2022-12-05 16:10:39 +01:00 |
|
Sebastian Stenzel
|
99bc4dbdc5
|
use openjfx jmods instead of jars
|
2022-11-30 11:16:38 +01:00 |
|
Armin Schrenk
|
db63a82d76
|
bump version of skymatic actions
|
2022-11-28 13:46:02 +01:00 |
|
Sebastian Stenzel
|
6325c6f450
|
fixed java options required for panama
|
2022-11-25 14:42:18 +01:00 |
|
Armin Schrenk
|
dd79b46d72
|
add --enable-preview flag to java runtime options
|
2022-11-25 12:21:37 +01:00 |
|
Armin Schrenk
|
faf39c2507
|
fix wrong name
|
2022-11-22 15:01:47 +01:00 |
|
Armin Schrenk
|
083d0cfbc4
|
migrate windows build to use get-version workflow
|
2022-11-22 14:51:12 +01:00 |
|
Armin Schrenk
|
83af5e796f
|
publish only production versions to winget
|
2022-11-21 22:10:06 +01:00 |
|
Armin Schrenk
|
13debaafbe
|
set loopback alias in Cryptomator app during build time
|
2022-11-18 13:34:38 +01:00 |
|
Armin Schrenk
|
5729e2885d
|
fix typo [ci skip]
|
2022-11-18 12:42:11 +01:00 |
|
Armin Schrenk
|
043184cf53
|
set loopback device alias during build
instead of hardcode
|
2022-11-18 12:36:10 +01:00 |
|
Sebastian Stenzel
|
69641ed3b6
|
Merge branch 'develop' into feature/jdk19
[ci skip]
|
2022-10-14 13:55:15 +02:00 |
|
Armin Schrenk
|
bcfda68bef
|
bump used gh actions
|
2022-10-13 12:48:48 +02:00 |
|
Armin Schrenk
|
322779ee88
|
Refactor winget release to own workflow file (#2471)
... and call it on release windows build
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
|
2022-10-11 20:16:24 +02:00 |
|
Armin Schrenk
|
dd31908f3a
|
Use for windows exe and msi build same JDKs
|
2022-09-21 15:50:08 +02:00 |
|
Sebastian Stenzel
|
d19e77432e
|
build with jdk 19
|
2022-09-21 09:28:37 +02:00 |
|
Armin Schrenk
|
46745d030b
|
[ci skip] fix winget release action
|
2022-08-31 18:12:59 +02:00 |
|