diff --git a/build/VStudio/installer/Product.wxs b/build/VStudio/installer/Product.wxs index 3ec3a886..7d9cf459 100644 --- a/build/VStudio/installer/Product.wxs +++ b/build/VStudio/installer/Product.wxs @@ -310,12 +310,12 @@ - + - + diff --git a/opt/cygfuse/Makefile b/opt/cygfuse/Makefile index 2fbefa65..e5413371 100644 --- a/opt/cygfuse/Makefile +++ b/opt/cygfuse/Makefile @@ -22,7 +22,9 @@ cygport: dist: cygport case $(shell uname -m) in \ x86_64)\ + mkdir -p dist/x64 && \ cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x64 ;;\ *)\ + mkdir -p dist/x86 && \ cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x86 ;;\ esac diff --git a/opt/cygfuse/dist/x64/fuse-2.8-6.tar.xz b/opt/cygfuse/dist/x64/fuse-2.8-6.tar.xz deleted file mode 100644 index 2387c1a5..00000000 Binary files a/opt/cygfuse/dist/x64/fuse-2.8-6.tar.xz and /dev/null differ diff --git a/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz b/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz new file mode 100644 index 00000000..81ea09a5 Binary files /dev/null and b/opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz differ diff --git a/opt/cygfuse/dist/x86/fuse-2.8-6.tar.xz b/opt/cygfuse/dist/x86/fuse-2.8-6.tar.xz deleted file mode 100644 index 016480bf..00000000 Binary files a/opt/cygfuse/dist/x86/fuse-2.8-6.tar.xz and /dev/null differ diff --git a/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz b/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz new file mode 100644 index 00000000..2fec313b Binary files /dev/null and b/opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz differ diff --git a/opt/cygfuse/fuse.cygport b/opt/cygfuse/fuse.cygport index 2fb59a7e..a6275c5f 100644 --- a/opt/cygfuse/fuse.cygport +++ b/opt/cygfuse/fuse.cygport @@ -1,6 +1,6 @@ NAME="fuse" VERSION=2.8 -RELEASE=6 +RELEASE=7 CATEGORY="Utils" SUMMARY="WinFsp-FUSE compatibility layer" DESCRIPTION="WinFsp-FUSE enables FUSE file systems to be run on Cygwin."