GitHub workflow and fixes

This commit is contained in:
Stephen Horvath
2025-03-20 17:17:14 +10:00
parent 754fbd868b
commit c1ec487145
5 changed files with 45 additions and 2 deletions

View File

@@ -43,5 +43,5 @@ if __name__ == '__main__':
resource = Gio.Resource.load(os.path.join(pkgdatadir, 'yafi.gresource'))
resource._register()
from yafi import main
sys.exit(main.main())
import yafi
sys.exit(yafi.main())