From 060c7c4a54f5ae28705ab355643b15b3cd3047a8 Mon Sep 17 00:00:00 2001 From: Huiaei <36834765+Huiaei@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:28:15 +0800 Subject: [PATCH 1/5] 1.18.0 --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 82dfc46..c03922d 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = cryptomator app.name = Cryptomator app.type = msi -app.version = 1.15.2 -app.release = 15 +app.version = 1.18.0 +app.release = 15.1  app.homepage = https://cryptomator.org/ # Portable app From b1f0da585f128a55f0aa2bff6d372b1195e3cc25 Mon Sep 17 00:00:00 2001 From: Huiaei <36834765+Huiaei@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:25:50 +0800 Subject: [PATCH 2/5] Try Fix --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index c03922d..9806469 100644 --- a/build.properties +++ b/build.properties @@ -25,4 +25,4 @@ atf.id = Cryptomator atf.win64.filename = ${atf.id}-${app.version}-win64 atf.win64.ext = .msi atf.win64.url = https://github.com/cryptomator/cryptomator/releases/download/${app.version}/Cryptomator-${app.version}-x64.msi -atf.win64.assertextract = ${msi.app}/Cryptomator/Cryptomator.exe +atf.win64.assertextract = ${msi.app}/Cryptomator.exe From 9ef9c08fee80e8f8828f3661e46fc6ba653b14ff Mon Sep 17 00:00:00 2001 From: Huiaei <36834765+Huiaei@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:31:02 +0800 Subject: [PATCH 3/5] Fix extraction path for Cryptomator Windows installer --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 9806469..d8c3e88 100644 --- a/build.properties +++ b/build.properties @@ -25,4 +25,4 @@ atf.id = Cryptomator atf.win64.filename = ${atf.id}-${app.version}-win64 atf.win64.ext = .msi atf.win64.url = https://github.com/cryptomator/cryptomator/releases/download/${app.version}/Cryptomator-${app.version}-x64.msi -atf.win64.assertextract = ${msi.app}/Cryptomator.exe +atf.win64.assertextract = Cryptomator.exe From 35725fb5c34bb6c6ec3aac71dc8492f43608c18a Mon Sep 17 00:00:00 2001 From: Huiaei <36834765+Huiaei@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:41:08 +0800 Subject: [PATCH 4/5] Try Fix Try using https://github.com/activescott/lessmsi View the location of Cryptomator.exe and modify it for the project --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index d8c3e88..7b04c46 100644 --- a/build.properties +++ b/build.properties @@ -25,4 +25,4 @@ atf.id = Cryptomator atf.win64.filename = ${atf.id}-${app.version}-win64 atf.win64.ext = .msi atf.win64.url = https://github.com/cryptomator/cryptomator/releases/download/${app.version}/Cryptomator-${app.version}-x64.msi -atf.win64.assertextract = Cryptomator.exe +atf.win64.assertextract = ${msi.app}/PFiles64/Cryptomator/Cryptomator.exe From f864ff4ae7d9640d04eca6c5c045dbc70e189659 Mon Sep 17 00:00:00 2001 From: Huiaei <36834765+Huiaei@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:49:57 +0800 Subject: [PATCH 5/5] Restore the previous changes, try changing the msi.app variable --- build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.properties b/build.properties index 7b04c46..cad6b76 100644 --- a/build.properties +++ b/build.properties @@ -18,11 +18,11 @@ papp.url = https://github.com/portapps/${papp.id} papp.folder = app # MSI -msi.app = SourceDir +msi.app = SourceDir/PFiles64 # Official artifacts atf.id = Cryptomator atf.win64.filename = ${atf.id}-${app.version}-win64 atf.win64.ext = .msi atf.win64.url = https://github.com/cryptomator/cryptomator/releases/download/${app.version}/Cryptomator-${app.version}-x64.msi -atf.win64.assertextract = ${msi.app}/PFiles64/Cryptomator/Cryptomator.exe +atf.win64.assertextract = ${msi.app}/Cryptomator/Cryptomator.exe