File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,9 @@ jobs:
366366 Copy-Item ".\DFTFringe\res\surface_LeY_icon.ico" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data\res"
367367 Copy-Item ".\DFTFringe\res\help" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data\res\help" -Recurse
368368 Copy-Item ".\DFTFringe\RevisionHistory.html" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data"
369+ Copy-Item ".\DFTFringe\LICENSE.txt" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data"
370+ Copy-Item ".\DFTFringe\NOTICE.txt" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data\"
371+ Copy-Item ".\DFTFringe\LICENSES" -Destination ".\DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data\LICENSES" -Recurse
369372 - name : automatically add QT dependencies with windeployqt
370373 run : .\${{env.QT_version}}\mingw_64\bin\windeployqt.exe DFTFringe\DFTFringeInstaller\packages\com.githubdoe.DFTFringe\data\DFTFringe.exe
371374
Original file line number Diff line number Diff line change 1+ DFTFringe is licensed under the GNU General Public License, version 3 (GPLv3).
2+ See COPYING.txt for details.
3+ Copyright (C) 2016-2025 Dale Eason
4+
15Third-Party Libraries used in DFTFringe:
26
371. Qt6 (LGPLv3)
You can’t perform that action at this time.
0 commit comments