Skip to content

Commit fab8f8e

Browse files
authored
Test
1 parent 358dd7b commit fab8f8e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-driver.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/checkout@v4
1515
with:
16-
repository: vitoplantamura/MagicTrackpad2ForWindows
16+
repository: scheibling/MagicTrackpad2ForWindows
1717
ref: ossign
1818

1919
- name: Add msbuild to PATH
@@ -34,9 +34,6 @@ jobs:
3434
- name: Build driver
3535
shell: bash
3636
run: |
37-
cp -r ./packages/Microsoft.Windows.WDK.x64.10.0.26100.6584/c/bin/10.0.26100.0/x64 ./packages/Microsoft.Windows.WDK.x64.10.0.26100.6584/c/bin/10.0.26100.0/x86
38-
sed -ie 's/<SignMode.*ProductionSign/<SignMode>Off/g' ./AmtPtpDeviceUsbUm/MagicTrackpad2PtpDevice.vcxproj
39-
sed -ie 's/<SignMode.*ProductionSign/<SignMode>Off/g' ./AmtPtpHidFilter/AmtPtpHidFilter.vcxproj
4037
msbuild.exe ./AmtPtpDeviceUsbUm/MagicTrackpad2PtpDevice.vcxproj -p:Configuration=Release -p:Platform=x64
4138
msbuild.exe ./AmtPtpHidFilter/AmtPtpHidFilter.vcxproj -p:Configuration=Release -p:Platform=x64
4239
mkdir bin

0 commit comments

Comments
 (0)