From 186ea9f2bab0297a44536c6486a8f876168021f7 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 30 Jun 2021 14:35:25 -0700 Subject: [PATCH] remove signtool from windows as it's now in openpriv/nsis --- README.md | 2 +- windows/Dockerfile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e6a99c..6aa55d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ These docker containers are built on containers from [cirrusci](https://hub.docker.com/u/cirrusci) ([cirruslabs](https://github.com/cirruslabs)). - linux-dev is just cirrusci/flutter:dev + apt installing the needed utils -- windows-dev-sdk30-fdev2.3rc is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter dev (2.3rc), and Google Root cert gtsr1 (for future proofing pub get), and signtool in C:\MSIX-Toolkit\MSIX-Toolkit.x64 +- windows-dev-sdk30-fdev2.3rc is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter dev (2.3rc), and Google Root cert gtsr1 (for future proofing pub get) - windows-dev-sdk30-fdev2.2rc is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, and Flutter dev (2.2rc) These docker containers are both being used with Drone CI to build Flutter desktop apps for Linux and Windows. Simply run `flutter build` with the appropriate OS. These containers should work with any other Docker based automated build system such as Gitlab and others. diff --git a/windows/Dockerfile b/windows/Dockerfile index 2c5c969..5d5820c 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -24,10 +24,6 @@ RUN C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --nocache \ --installPath C:\BuildTools \ || IF "%ERRORLEVEL%"=="3010" EXIT 0 -# Install signtool -ADD https://github.com/microsoft/MSIX-Toolkit/releases/download/1.4/MSIX-Toolkit.x64.zip C:/TEMP/MSIX-Toolkit.x64.zip -RUN powershell -command "Expand-Archive -Path C:\TEMP\MSIX-Toolkit.x64.zip -DestinationPath C:\MSIX-Toolkit" - # Install Google Root R1 cert so pub.dartlang.org stays working ADD https://pki.goog/repo/certs/gtsr1.pem C:/TEMP/gtsr1.pem