Skip to content
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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Reviews/remarkable.md
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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2022-10-21 21-59-22


**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
21 changes: 21 additions & 0 deletions Software/remarkable.yml
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
Copy link
Author

Choose a reason for hiding this comment

The 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.
The maintainers.usebottles.com documentation seem to indicate that the executable file should be part of the path, but the guidelines file in this repo specifies without the executable itself.

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
Binary file added data/remarkable/remarkable.ico
Binary file not shown.
8 changes: 8 additions & 0 deletions index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ pokemoninfinity:
Category: Games
Icon: InfinityIcon.ico

remarkable:
Arch: win64
Name: reMarkable
Description: Desktop app for the reMarkable tablet.
Grade: Gold
Category: Software
Icon: remarkable.ico

#rockstar:
# Arch: win64
# Name: Rockstar Launcher
Expand Down