Skip to content

Commit

Permalink
Merge branch 'dev' into up_download_handler_rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Jan 22, 2024
2 parents 96351b3 + f4abb65 commit fd53289
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ui-test-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,14 +531,13 @@ jobs:
remove-label:
needs:
[
build-mac,
build-windows,
test-mac,
test-mac-chats,
test-windows,
publish-results,
]
- build-mac
- build-windows
- test-mac
- test-mac-chats
- test-windows
- publish-results

runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 2 additions & 4 deletions docs/dev_commands_cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Command Cheat Sheet (Unix)
# Command Cheat Sheet (Unix)

# Logging
### Show Help Commands:
Expand All @@ -23,12 +23,10 @@ ____
## Run Multiple Uplinks locally
```cargo run --release -- --path ~/path/to/profile/you/want```



___

## Copy Extensions and Run App (from within the Uplink folder)
#### dylib is a macos specific extension, it will have a different extension on Windows and Linux
#### dylib is a macOS specific extension, it will have a different extension on Windows and Linux
```cargo build --release && cp ./target/release/libemoji_selector.dylib ~/.uplink/extensions && cargo run --release```

___
Expand Down

0 comments on commit fd53289

Please sign in to comment.