mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-25 14:27:01 -04:00
some testing (I need it to build for updater)
This commit is contained in:
parent
eada6d00cd
commit
a29892b950
3 changed files with 67 additions and 10 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -79,6 +79,10 @@ jobs:
|
|||
filename=$(basename "$file")
|
||||
cp "$file" "release/vencordDesktop${filename^}"
|
||||
done
|
||||
for file in equibop/*; do
|
||||
filename=$(basename "$file")
|
||||
cp "$file" "release/equicordDesktop${filename^}"
|
||||
done
|
||||
|
||||
rm release/package.json
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue