-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add installer for reMarkable desktop app #152
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# reMarkable Desktop App | ||
Review for the reMarkable desktop app. | ||
|
||
Maintainer: @tlaundal | ||
|
||
**Is the program properly opened?** | ||
Grade: Platinum | ||
Additional notes: n/a | ||
|
||
**Is it showing alerts or other warnings?** | ||
Grade: Platinum | ||
Additional notes: n/a | ||
|
||
**Does it show graphical glitches?** | ||
Grade: Gold | ||
Additional notes: Some font glitches in headlines during installation process | ||
|
||
**Does it require some tweaking in order to work properly? (Out of normal software configuration)** | ||
Grade: Platinum | ||
Additional notes: n/a | ||
|
||
**Did it crash during tests execution?** | ||
Grade: Platinum | ||
Additional notes: n/a | ||
|
||
**Is it usable?** | ||
Grade: Platinum | ||
Additional notes: n/a | ||
|
||
**Final grade? (the lower evaluation from previous questions)** | ||
Grade: Gold | ||
Additional notes: n/a | ||
|
||
**Additional notes** | ||
n/a |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Name: remarkable | ||
Description: Desktop app for the reMarkable tablet. | ||
Grade: Gold | ||
Arch: win64 | ||
|
||
Dependencies: | ||
- d3dcompiler_43 | ||
|
||
Parameters: {} | ||
|
||
Executable: | ||
name: reMarkable | ||
icon: remarkable.ico | ||
file: reMarkable.exe | ||
path: Program Files (x86)/reMarkable/reMarkable.exe | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've tried both with and without the executable as part of the path here. Other installers seem to do both, so I don't really think is the issue that makes the folder of the executable open instead of the program itself. |
||
|
||
Steps: | ||
- action: install_exe | ||
file_name: reMarkable-2.15.0.643-win32.exe | ||
url: https://downloads.remarkable.com/desktop/production/win/reMarkable-2.15.0.643-win32.exe | ||
file_checksum: 45df08e5c17b39c25a8968bf35a35441 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.