From 9cea8382133b3b026e0f0a554a7f89c2248d2bc6 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 18 Jul 2018 15:46:12 +0200 Subject: [PATCH] fix deken scripts --- FaustDeken.bat | 56 +++++++++++++++++++++++++------------------------- FaustDeken.sh | 56 +++++++++++++++++++++++++------------------------- 2 files changed, 56 insertions(+), 56 deletions(-) diff --git a/FaustDeken.bat b/FaustDeken.bat index 496c085..0792a8c 100644 --- a/FaustDeken.bat +++ b/FaustDeken.bat @@ -1,40 +1,40 @@ @echo off -title Deken manager for Faust~ for Pure Data +title Deken manager for faustgen~ for Pure Data set release_version=%1 -rmdir /S /Q faust~ +rmdir /S /Q faustgen~ del /F /S /Q /A *.dek del /F /S /Q /A *.dek.sha256 del /F /S /Q /A *.dek.txt -del /F /Q faust_tilde_darwin.zip -curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Darwin-amd64-32-sources.zip -o faust_tilde_darwin.zip -7z x faust_tilde_darwin.zip -deken package -v%release_version% faust~ -rmdir /S /Q faust~ -del /F /Q faust_tilde_darwin.zip +del /F /Q faustgen_tilde_darwin.zip +curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Darwin-amd64-32-sources.zip -o faustgen_tilde_darwin.zip +7z x faustgen_tilde_darwin.zip +deken package -v%release_version% faustgen~ +rmdir /S /Q faustgen~ +del /F /Q faustgen_tilde_darwin.zip -del /F /Q faust_tilde_linux.zip -curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Linux-amd64-32-sources.zip -o faust_tilde_linux.zip -7z x faust_tilde_linux.zip -deken package -v%release_version% faust~ -rmdir /S /Q faust~ -del /F /Q faust_tilde_linux.zip +del /F /Q faustgen_tilde_linux.zip +curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Linux-amd64-32-sources.zip -o faustgen_tilde_linux.zip +7z x faustgen_tilde_linux.zip +deken package -v%release_version% faustgen~ +rmdir /S /Q faustgen~ +del /F /Q faustgen_tilde_linux.zip -del /F /Q faust_tilde_windows.zip -curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faust_tilde-Windows-amd64-32-sources.zip -o faust_tilde_windows.zip -7z x faust_tilde_windows.zip -deken package -v%release_version% faust~ -rmdir /S /Q faust~ -del /F /Q faust_tilde_windows.zip +del /F /Q faustgen_tilde_windows.zip +curl -L https://github.com/pierreguillot/faust-pd/releases/download/v%release_version%/faustgen_tilde-Windows-amd64-32-sources.zip -o faustgen_tilde_windows.zip +7z x faustgen_tilde_windows.zip +deken package -v%release_version% faustgen~ +rmdir /S /Q faustgen~ +del /F /Q faustgen_tilde_windows.zip -del /F /Q faust_tilde_archive.zip -curl -L https://github.com/pierreguillot/faust-pd/archive/v%release_version%.zip -o faust_tilde_archive.zip -7z x faust_tilde_archive.zip -rename faust-pd-%release_version% faust~ -deken package -v%release_version% faust~ -rmdir /S /Q faust~ -del /F /Q faust_tilde_archive.zip +del /F /Q faustgen_tilde_archive.zip +curl -L https://github.com/pierreguillot/faust-pd/archive/v%release_version%.zip -o faustgen_tilde_archive.zip +7z x faustgen_tilde_archive.zip +rename faust-pd-%release_version% faustgen~ +deken package -v%release_version% faustgen~ +rmdir /S /Q faustgen~ +del /F /Q faustgen_tilde_archive.zip -rem deken upload faust~[v%release_version%](Darwin-amd64-32)(Sources).dek faust~[v%release_version%](Linux-amd64-32)(Sources).dek faust~[v%release_version%](Windows-amd64-32)(Sources).dek faust~[v%release_version%](Sources).dek +rem deken upload faustgen~[v%release_version%](Darwin-amd64-32)(Sources).dek faustgen~[v%release_version%](Linux-amd64-32)(Sources).dek faustgen~[v%release_version%](Windows-amd64-32)(Sources).dek faustgen~[v%release_version%](Sources).dek pause diff --git a/FaustDeken.sh b/FaustDeken.sh index c09697a..1d1d7ce 100755 --- a/FaustDeken.sh +++ b/FaustDeken.sh @@ -1,39 +1,39 @@ #!/bin/bash -echo -e "title Deken manager for Faust~ for Pure Data" +echo -e "title Deken manager for faustgen~ for Pure Data" -rm -rf faust~ +rm -rf faustgen~ rm -f *.dek rm -f *.dek.sha256 rm -f *.dek.txt -rm -f faust_tilde_darwin.zip -curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Darwin-amd64-32-sources.zip" -o faust_tilde_darwin.zip -tar zxvf faust_tilde_darwin.zip -deken package -v$1 faust~ -rm -rf faust~ -rm -f faust_tilde_darwin.zip +rm -f faustgen_tilde_darwin.zip +curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Darwin-amd64-32-sources.zip" -o faustgen_tilde_darwin.zip +tar zxvf faustgen_tilde_darwin.zip +deken package -v$1 faustgen~ +rm -rf faustgen~ +rm -f faustgen_tilde_darwin.zip -rm -f faust_tilde_linux.zip -curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Linux-amd64-32-sources.zip" -o faust_tilde_linux.zip -tar zxvf faust_tilde_linux.zip -deken package -v$1 faust~ -rm -rf faust~ -rm -f faust_tilde_linux.zip +rm -f faustgen_tilde_linux.zip +curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Linux-amd64-32-sources.zip" -o faustgen_tilde_linux.zip +tar zxvf faustgen_tilde_linux.zip +deken package -v$1 faustgen~ +rm -rf faustgen~ +rm -f faustgen_tilde_linux.zip -rm -f faust_tilde_windows.zip -curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faust_tilde-Windows-amd64-32-sources.zip" -o faust_tilde_windows.zip -tar zxvf faust_tilde_windows.zip -deken package -v$1 faust~ -rm -rf faust~ -rm -f faust_tilde_windows.zip +rm -f faustgen_tilde_windows.zip +curl -L "https://github.com/pierreguillot/faust-pd/releases/download/v$1/faustgen_tilde-Windows-amd64-32-sources.zip" -o faustgen_tilde_windows.zip +tar zxvf faustgen_tilde_windows.zip +deken package -v$1 faustgen~ +rm -rf faustgen~ +rm -f faustgen_tilde_windows.zip -rm -f faust_tilde_archive.zip -curl -L "https://github.com/pierreguillot/faust-pd/archive/v$1.zip" -o faust_tilde_archive.zip -tar zxvf faust_tilde_archive.zip -mv faust-pd-$1 faust~ -deken package -v$1 faust~ -rm -rf faust~ -rm -f faust_tilde_archive.zip +rm -f faustgen_tilde_archive.zip +curl -L "https://github.com/pierreguillot/faust-pd/archive/v$1.zip" -o faustgen_tilde_archive.zip +tar zxvf faustgen_tilde_archive.zip +mv faust-pd-$1 faustgen~ +deken package -v$1 faustgen~ +rm -rf faustgen~ +rm -f faustgen_tilde_archive.zip -# deken upload faust~[v%release_version%](Darwin-amd64-32)(Sources).dek faust~[v%release_version%](Linux-amd64-32)(Sources).dek faust~[v%release_version%](Windows-amd64-32)(Sources).dek faust~[v%release_version%](Sources).dek +# deken upload faustgen~[v%release_version%](Darwin-amd64-32)(Sources).dek faustgen~[v%release_version%](Linux-amd64-32)(Sources).dek faustgen~[v%release_version%](Windows-amd64-32)(Sources).dek faustgen~[v%release_version%](Sources).dek