Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
testing:
runs-on: ubuntu-latest
container:
image: ghcr.io/andyholmes/flatter/gnome:47
image: ghcr.io/andyholmes/flatter/gnome:49
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build
uses: andyholmes/flatter@main
uses: andyholmes/flatter@v1.0.0
with:
files: dev.tchx84.Portfolio.json
run-tests: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tap to activate and long press to select, to browse, open, copy, move, delete, o
```
git clone https://github.com/tchx84/Portfolio.git
cd Portfolio
flatpak install --user org.gnome.{Platform,Sdk}//47
flatpak install --user org.gnome.{Platform,Sdk}//49
flatpak-builder --user --force-clean --install build dev.tchx84.Portfolio.json
flatpak run --branch=master dev.tchx84.Portfolio
```
Expand Down
2 changes: 1 addition & 1 deletion dev.tchx84.Portfolio.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "dev.tchx84.Portfolio",
"runtime" : "org.gnome.Platform",
"runtime-version" : "47",
"runtime-version" : "49",
"sdk" : "org.gnome.Sdk",
"separate-locales": false,
"command" : "dev.tchx84.Portfolio",
Expand Down
2 changes: 1 addition & 1 deletion src/popup.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<property name="valign">center</property>
<child>
<object class="GtkImage">
<property name="icon-name">emblem-ok-symbolic</property>
<property name="icon-name">object-select-symbolic</property>
</object>
</child>
</object>
Expand Down
Loading