Skip to content

Commit

Permalink
fix bug causing Clickteam installer assets to be reinstalled at every…
Browse files Browse the repository at this point in the history
… update
  • Loading branch information
memo33 committed May 12, 2024
1 parent 514f12f commit c26381a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- warning about outdated metadata, in case an inclusion/exclusion pattern does not match any files in an Asset anymore.
- support for rendering package identifiers in metadata description text, using syntax `` `pkg=group:name` ``.

### Fixed
- a bug causing assets containing Clickteam installers to be reinstalled whenever running `sc4pac update`.


## [0.4.2] - 2024-04-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/sc4pac/Data.scala
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object JsonData extends SharedData {
version = dep.version,
url = dep.url,
lastModified = dep.lastModified.getOrElse(null),
archiveType = None // not needed in lock file, as only version info is needed to determine if previously installed files are outdated
archiveType = dep.archiveType
))
)
}
Expand Down

0 comments on commit c26381a

Please sign in to comment.