Skip to content

Commit

Permalink
take 42
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed Jul 20, 2024
1 parent 5b7453f commit 2b62529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmake/icons-breeze.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function(download_breeze_icons VERSION)

file(ARCHIVE_EXTRACT INPUT "${ZIP_FILE}" DESTINATION "${CMAKE_BINARY_DIR}")
install(DIRECTORY
"${CMAKE_BINARY_DIR}/breeze-icons-${VERSION}/icons"
DESTINATION "${CMAKE_BINARY_DIR}/share/icons/breeze"
"${CMAKE_BINARY_DIR}/breeze-icons-${VERSION}/icons/"
DESTINATION "${CMAKE_BINARY_DIR}/share/icons/breeze/"
)
endfunction()
10 changes: 4 additions & 6 deletions setup_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ ShowComponentSizes=yes
Source: "dist\windows-msvc\usr\bin\qtedit4.exe"; DestDir: "{app}";
Source: "dist\windows-msvc\usr\bin\*"; DestDir: "{app}";
;Source: "dist\windows-msvc\usr\share\icons\*"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion noregerror allowunsafefiles
Source: "dist\windows-msvc\usr\share\icons\actions\16\*.svg"; DestDir: "{app}\icons\actions\16\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\actions\32\*.svg"; DestDir: "{app}\icons\actions\32\"; Flags: ignoreversion


Source: "dist\windows-msvc\usr\share\icons\devices\16\*.svg"; DestDir: "{app}\icons\devices\16\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\devices\32\*.svg"; DestDir: "{app}\icons\devices\32\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\breeze\actions\16\*.svg"; DestDir: "{app}\icons\actions\16\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\breeze\actions\32\*.svg"; DestDir: "{app}\icons\actions\32\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\breeze\devices\16\*.svg"; DestDir: "{app}\icons\devices\16\"; Flags: ignoreversion
Source: "dist\windows-msvc\usr\share\icons\breeze\devices\32\*.svg"; DestDir: "{app}\icons\devices\32\"; Flags: ignoreversion

[Icons]
Name: "{group}\qtedit4"; Filename: "{app}\qtedit4.exe"
Expand Down

0 comments on commit 2b62529

Please sign in to comment.