Skip to content

Commit

Permalink
exclude ecal.ini file from innosetup to understand the current gh act…
Browse files Browse the repository at this point in the history
…ion innosetup issue
  • Loading branch information
rex-schilasky committed Jul 12, 2024
1 parent e3ed795 commit e3074d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpack/innosetup/ecal_setup.iss.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; ========================= eCAL LICENSE =================================
;
; Copyright (C) 2016 - 2019 Continental Corporation
; Copyright (C) 2016 - 2024 Continental Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -75,8 +75,8 @@ Source: "{#ComponentStagingDir}\runtime\*"; DestDir: "{app}"; Fla
Source: "{#ComponentStagingDir}\Unspecified\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; Components: runtime
Source: "{#ComponentStagingDir}\libraries\bin\*"; DestDir: "{app}\bin\"; Flags: ignoreversion recursesubdirs; Components: runtime

Source: "{#ComponentStagingDir}\configuration\cfg\ecal.ini"; DestDir: "{commonappdata}\eCAL\"; Tasks: not replaceconf; Flags: ignoreversion confirmoverwrite; Components: runtime
Source: "{#ComponentStagingDir}\configuration\cfg\ecal.ini"; DestDir: "{commonappdata}\eCAL\"; Tasks: replaceconf; Flags: ignoreversion; Components: runtime
;Source: "{#ComponentStagingDir}\configuration\cfg\ecal.ini"; DestDir: "{commonappdata}\eCAL\"; Tasks: not replaceconf; Flags: ignoreversion confirmoverwrite; Components: runtime
;Source: "{#ComponentStagingDir}\configuration\cfg\ecal.ini"; DestDir: "{commonappdata}\eCAL\"; Tasks: replaceconf; Flags: ignoreversion; Components: runtime
Source: "{#ComponentStagingDir}\configuration\cfg\ecaltime.ini"; DestDir: "{commonappdata}\eCAL\"; Flags: ignoreversion; Components: runtime

; applications
Expand Down

0 comments on commit e3074d0

Please sign in to comment.