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
mac/windows: rename install/data dir to contain Mainnet (#1986)
* mac/windows: rename install/data dir to contain Mainnet
* mainnet installer: fix linux application names
* also removes creating `daedalus` without a cluster bin
* Update Daedalus Mainnet handling
* db-converter: remove from bridge as it is not used
* fix missing reference to db-converter
Co-authored-by: Nikola Glumac <niglumac@gmail.com>
void $ chain (encodeString dir) $fmap tt [dir </>"cardano-launcher", dir </>"cardano-wallet-byron", dir </>"cardano-node", dir </>"cardano-cli", dir </>"export-wallets", dir </>"db-converter" ]
278
+
void $ chain (encodeString dir) $fmap tt [dir </>"cardano-launcher", dir </>"cardano-wallet-byron", dir </>"cardano-node", dir </>"cardano-cli", dir </>"export-wallets" ]
0 commit comments