mirror of
https://github.com/neosubhamoy/pytubepp-helper.git
synced 2026-02-04 11:22:22 +05:30
(ci/cd): ci test4
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
args: '--target aarch64-apple-darwin'
|
args: '--target aarch64-apple-darwin'
|
||||||
- platform: 'macos-latest'
|
- platform: 'macos-latest'
|
||||||
args: '--target x86_64-apple-darwin'
|
args: '--target x86_64-apple-darwin'
|
||||||
- platform: 'ubuntu-20.04'
|
- platform: 'ubuntu-22.04'
|
||||||
args: ''
|
args: ''
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-latest'
|
||||||
args: ''
|
args: ''
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
if: matrix.platform == 'ubuntu-20.04'
|
if: matrix.platform == 'ubuntu-22.04'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ ${StrLoc}
|
|||||||
!define VERSIONWITHBUILD "0.2.0.0"
|
!define VERSIONWITHBUILD "0.2.0.0"
|
||||||
!define SHORTDESCRIPTION "PytubePP Helper"
|
!define SHORTDESCRIPTION "PytubePP Helper"
|
||||||
!define INSTALLMODE "currentUser"
|
!define INSTALLMODE "currentUser"
|
||||||
!define LICENSE "..\..\..\..\..\..\LICENSE"
|
!define LICENSE "..\..\..\..\..\LICENSE"
|
||||||
!define INSTALLERICON ""
|
!define INSTALLERICON ""
|
||||||
!define SIDEBARIMAGE ""
|
!define SIDEBARIMAGE ""
|
||||||
!define HEADERIMAGE ""
|
!define HEADERIMAGE ""
|
||||||
|
|||||||
@@ -126,7 +126,7 @@
|
|||||||
"wix": {
|
"wix": {
|
||||||
"fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"],
|
"fragmentPaths": ["installer/windows/wix-fragment-registry.wxs"],
|
||||||
"componentRefs": ["PytubeppHelperFragmentRegistryEntries"],
|
"componentRefs": ["PytubeppHelperFragmentRegistryEntries"],
|
||||||
"license": "../../LICENSE"
|
"license": "../LICENSE"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"template": "installer/windows/nsis-template.nsi"
|
"template": "installer/windows/nsis-template.nsi"
|
||||||
|
|||||||
Reference in New Issue
Block a user