mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
formatting
This commit is contained in:
@@ -215,8 +215,7 @@ const handlers: Handlers = {
|
|||||||
darwin: 'macos',
|
darwin: 'macos',
|
||||||
}
|
}
|
||||||
|
|
||||||
const name = `autorestic_${platformMap[process.platform] ||
|
const name = `autorestic_${platformMap[process.platform] || process.platform}_${process.arch}`
|
||||||
process.platform}_${process.arch}`
|
|
||||||
const dl = json.assets.find((asset: any) => asset.name === name)
|
const dl = json.assets.find((asset: any) => asset.name === name)
|
||||||
|
|
||||||
const to = INSTALL_DIR + '/autorestic'
|
const to = INSTALL_DIR + '/autorestic'
|
||||||
|
Reference in New Issue
Block a user