mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-03 15:47:52 +03:00
Win: cleanup the script
This commit is contained in:
parent
df03354554
commit
63bb6d88ea
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
mkdir $dest
|
mkdir $dest
|
||||||
mv build\windows\runner\Release\* $dest\
|
mv build\windows\runner\Release\* $dest\
|
||||||
mv yubioath-desktop.msi deploy
|
mv yubioath-desktop.msi deploy
|
||||||
mv resources\win\release-win.ps1 deploy
|
mv resources deploy
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
@ -1,16 +1,9 @@
|
|||||||
$version = $args[0]
|
$version = $args[0]
|
||||||
|
|
||||||
echo "Cloning the Git repo"
|
|
||||||
git clone git@github.com:Yubico/yubioath-desktop-private.git
|
|
||||||
|
|
||||||
echo "Renaming the Actions folder and moving it"
|
echo "Renaming the Actions folder and moving it"
|
||||||
mv yubioath-desktop-main-windows release
|
mv yubioath-desktop-* release
|
||||||
mv release yubioath-desktop-private
|
|
||||||
|
|
||||||
echo "Signing the executables"
|
echo "Signing the executables"
|
||||||
cd yubioath-desktop-private
|
|
||||||
echo "Sleeping 5s: Change to signing key"
|
|
||||||
Start-Sleep -s 5
|
|
||||||
signtool.exe sign /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/authenticator.exe
|
signtool.exe sign /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/authenticator.exe
|
||||||
signtool.exe sign /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/helper/authenticator-helper.exe
|
signtool.exe sign /fd SHA256 /t http://timestamp.digicert.com/scripts/timstamp.dll release/helper/authenticator-helper.exe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user