File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 targets : aarch64-unknown-linux-gnu
3434
35+ - name : Fix apt sources to jammy only
36+ run : |
37+ sudo sed -i 's/noble/jammy/g' /etc/apt/sources.list
38+ sudo rm -f /etc/apt/sources.list.d/*.list
39+
3540 - name : Enable multiarch and add ARM64 ports repo
3641 run : |
3742 sudo dpkg --add-architecture arm64
Original file line number Diff line number Diff line change 11{
22 "name" : " neohtop" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " " ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11[package ]
22name = " neohtop"
3- version = " 1.1.2 "
3+ version = " 1.1.3 "
44description = " A cross-platform system monitor"
55authors = [" you" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 2020 "entitlements" : null ,
2121 "providerShortName" : null
2222 },
23- "targets" : [
24- " app" ,
25- " dmg"
26- ]
23+ "targets" : [" app" , " dmg" ]
2724 },
2825 "productName" : " NeoHtop" ,
2926 "mainBinaryName" : " NeoHtop" ,
30- "version" : " 1.1.2 " ,
27+ "version" : " 1.1.3 " ,
3128 "identifier" : " com.neohtop.dev" ,
3229 "plugins" : {
3330 "os" : {
3936 "windows" : [
4037 {
4138 "fullscreen" : false ,
42- "theme" :" Dark" ,
39+ "theme" : " Dark" ,
4340 "height" : 900 ,
4441 "resizable" : true ,
4542 "title" : " NeoHtop" ,
5552 "csp" : null
5653 }
5754 }
58- }
55+ }
You can’t perform that action at this time.
0 commit comments