Skip to content

Commit

Permalink
this commit marks the release point of version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed May 9, 2024
1 parent 9bba456 commit a29ea07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildGit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ jobs:
tag: "1.5.2"
commit: "main"
allowUpdates: true
body: "Build date and time: ${{ env.CURRENT_TIME }}\nBuild version: ${{ env.BUILD_VERSION }}"
body: "This entry is used to host git windows builds.\n\nBuild date and time: ${{ env.CURRENT_TIME }}\nBuild version: ${{ env.BUILD_VERSION }}"
5 changes: 4 additions & 1 deletion src/sirikali.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,10 @@ int sirikali::run( const QStringList& args,int argc,char * argv[] )
QApplication srk( argc,argv ) ;

srk.setApplicationName( "SiriKali" ) ;
srk.setDesktopFileName( "io.github.mhogomchungu.sirikali" ) ;

#if QT_VERSION >= QT_VERSION_CHECK( 5,11,3 )
srk.setDesktopFileName( "io.github.mhogomchungu.sirikali" ) ;
#endif

return starter( args,srk ).exec() ;
}
Expand Down

0 comments on commit a29ea07

Please sign in to comment.