Skip to content

Commit

Permalink
touch version and set pacman mac to qt65
Browse files Browse the repository at this point in the history
  • Loading branch information
cdburke committed Aug 4, 2023
1 parent 396a370 commit f79a51d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.3
9.5.4
5 changes: 2 additions & 3 deletions pacman/stdlib.ijs
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,10 @@ tgt=. jpath IFWIN{::'~install/Qt';'~bin/Qt6Core.dll'
y=. (*#y){::0;y

smoutput 'Installing Qt library...'
arch=. IF64{::'x86';'x64'
if. IFWIN do.
z=. 'qt65-win-',((y-:'slim')#'slim-'),arch,'.zip'
z=. 'qt65-win',((y-:'slim')#'-slim'),'.zip'
else.
z=. 'qt62-mac-',((y-:'slim')#'slim-'),arch,'.zip'
z=. 'qt65-mac',((y-:'slim')#'-slim'),'.zip'
end.
'rc p'=. httpget_jpacman_ www,'/qtlib/',z
if. rc do.
Expand Down

0 comments on commit f79a51d

Please sign in to comment.