File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments