mirror of
https://github.com/digarok/buckshot.git
synced 2025-02-25 23:29:05 +00:00
windows app dir rename
This commit is contained in:
parent
af4e1fc917
commit
1c36a70d60
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -90,22 +90,20 @@ jobs:
|
|||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
working-directory: ./buckshot
|
working-directory: ./buckshot
|
||||||
run: |
|
run: |
|
||||||
mkdir app
|
mkdir buckshot
|
||||||
cp release\buckshot.exe app
|
cp release\buckshot.exe buckshot
|
||||||
windeployqt app
|
windeployqt buckshot
|
||||||
cp README.md app
|
cp ../README.md buckshot
|
||||||
|
cp ../LICENSE.txt buckshot
|
||||||
$url = "https://github.com/digarok/b2d/releases/download/v1.4/b2d-windows-latest-v1.4.zip"
|
$url = "https://github.com/digarok/b2d/releases/download/v1.4/b2d-windows-latest-v1.4.zip"
|
||||||
Invoke-WebRequest -Uri $url -OutFile b2d.zip
|
Invoke-WebRequest -Uri $url -OutFile b2d.zip
|
||||||
7z.exe x b2d.zip
|
7z.exe x b2d.zip
|
||||||
dir
|
cp b2d.exe buckshot
|
||||||
cp b2d.exe app
|
|
||||||
$url = "https://github.com/digarok/cadius/releases/download/0.0.0/cadius-windows-latest-0.0.0.zip"
|
$url = "https://github.com/digarok/cadius/releases/download/0.0.0/cadius-windows-latest-0.0.0.zip"
|
||||||
Invoke-WebRequest -Uri $url -OutFile cadius.zip
|
Invoke-WebRequest -Uri $url -OutFile cadius.zip
|
||||||
7z.exe x cadius.zip
|
7z.exe x cadius.zip
|
||||||
dir
|
cp build/Src/Debug/Cadius.exe buckshot
|
||||||
cp build/Src/Debug/Cadius.exe app
|
7z.exe a buckshot.zip buckshot\*
|
||||||
|
|
||||||
7z.exe a buckshot.zip app\*
|
|
||||||
mv buckshot.zip ..
|
mv buckshot.zip ..
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user