|
@@ -11,7 +11,7 @@ run_task = { name = ["appflowy-flutter-deps-tools","install_diesel"] }
|
|
|
run_task = { name = ["appflowy-tauri-deps-tools","install_diesel"] }
|
|
|
|
|
|
[tasks.install_windows_deps.windows]
|
|
|
-dependencies=["check_duckscript_installation", "check_visual_studio_installation", "check_vcpkg", "install_vcpkg_sqlite", "install_rust_vcpkg_cli"]
|
|
|
+dependencies=["check_duckscript_installation", "check_vcpkg", "install_vcpkg_sqlite", "install_rust_vcpkg_cli"]
|
|
|
|
|
|
[tasks.check_visual_studio_installation.windows]
|
|
|
script = """
|
|
@@ -158,7 +158,7 @@ script_runner = "@duckscript"
|
|
|
script = """
|
|
|
GOLINT_FILENAME="go-gitlint_1.1.0_osx_x86_64.tar.gz"
|
|
|
curl -L https://github.com/llorllale/go-gitlint/releases/download/1.1.0/${GOLINT_FILENAME} --output ${GOLINT_FILENAME}
|
|
|
-tar -zxv --directory ../.githooks/. -f ${GOLINT_FILENAME} gitlint
|
|
|
+tar -zxv --directory ../.githooks/. -f ${GOLINT_FILENAME} gitlint
|
|
|
rm ${GOLINT_FILENAME}
|
|
|
"""
|
|
|
|
|
@@ -166,7 +166,7 @@ rm ${GOLINT_FILENAME}
|
|
|
script = """
|
|
|
GOLINT_FILENAME="go-gitlint_1.1.0_linux_x86_64.tar.gz"
|
|
|
wget https://github.com/llorllale/go-gitlint/releases/download/1.1.0/${GOLINT_FILENAME}
|
|
|
-tar -zxv --directory ../.githooks/. -f ${GOLINT_FILENAME} gitlint
|
|
|
+tar -zxv --directory ../.githooks/. -f ${GOLINT_FILENAME} gitlint
|
|
|
rm ${GOLINT_FILENAME}
|
|
|
"""
|
|
|
|