You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DDW-157] Update Daedalus installer file name (#1971)
* Adds modified build product names per ddw-157
* [DDW-157] Adds a CHANGELOG
* Fix Linux/Win backend reported api version
Co-authored-by: John Lotoski <john.lotoski@iohk.io>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Changelog
11
11
12
12
### Chores
13
13
14
+
- Updated Daedalus installer file names to contain only Daedalus version, cluster name and build number ([PR 1971](https://github.com/input-output-hk/daedalus/pull/1971))
14
15
- Restore the paragraph about "Automatic wallet migration" on the Daedalus Flight "Splash" screen ([PR 1967](https://github.com/input-output-hk/daedalus/pull/1967))
15
16
- Updated `Electron` and it's related dependencies ([PR 1887](https://github.com/input-output-hk/daedalus/pull/1887))
fullName="daedalus-${frontend_version}-cardano-wallet-${backend_version}-${cluster}-windows${buildNumSuffix}.exe";# must match to packageFileName in make-installer
273
+
fullName="daedalus-${frontend_version}-${cluster}${buildNumSuffix}.exe";# must match to packageFileName in make-installer
0 commit comments