diff --git a/Reviews/mega.md b/Reviews/mega.md new file mode 100644 index 0000000..5696d71 --- /dev/null +++ b/Reviews/mega.md @@ -0,0 +1,34 @@ +# MEGAsync +Review for the MEGAsync installer. + +Maintainers: @domb84 + +**Is the program properly opened?** +Grade: Silver +Additional notes: Shows an alert regarding a Desktop Icon but can be ignored. Shows a file dialogue box during install ocassionally, has no effect. + +**Is it showing alerts or other warnings?** +Grade: Gold +Additional notes: n/a + +**Does it show graphical glitches?** +Grade: Gold +Additional notes: n/a + +**Does it require some tweaking in order to work properly? (Out of normal software configuration)** +Grade: Silver +Additional notes: Application needs to be uninstalled and reinstalled if the power management settings are enabled. + +**Did it crash during tests execution?** +Grade: Silver +Additional notes: No longer opens if power management settings enabled. + +**Is it usable?** +Grade: Gold +Additional notes: Despite the power management caveat works perfectly. + +**Final grade? (the lower evaluation from previous questions)** +Grade: Silver +Additional notes: n/a + +**Additional notes** diff --git a/Software/mega.yml b/Software/mega.yml new file mode 100644 index 0000000..6c1708f --- /dev/null +++ b/Software/mega.yml @@ -0,0 +1,21 @@ +Name: MEGAsync +Description: MEGAsync client for mega.nz. +Grade: Silver +Arch: win64 + +Dependencies: + +Executable: + name: MEGAsync + icon: mega.png + file: MEGAsync.exe + path: userdir/AppData/Local/MEGAsync/MEGAsync.exe + arguments: "" + +Steps: +- action: install_exe + file_name: MEGAsyncSetup64.exe + url: https://mega.nz/MEGAsyncSetup64.exe + rename: MEGAsyncSetup64.exe + file_checksum: False + arguments: "/S" diff --git a/data/mega/mega.png b/data/mega/mega.png new file mode 100644 index 0000000..ecb7fc9 Binary files /dev/null and b/data/mega/mega.png differ diff --git a/index.yml b/index.yml index 10885c7..d42bd68 100644 --- a/index.yml +++ b/index.yml @@ -198,4 +198,12 @@ qobuz: Description: 'Qobuz is a French digital music store and streaming service' Grade: Gold Category: Software - Icon: qobuz.png \ No newline at end of file + Icon: qobuz.png + +mega: + Arch: win64 + Name: 'MEGAsync' + Description: 'MEGAsync client for mega.nz' + Grade: Silver + Category: Software + Icon: mega.png \ No newline at end of file