We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e303a commit ea0790eCopy full SHA for ea0790e
1 file changed
src/app/components/gradle-kotlin-template/gradle-kotlin-template.component.ts
@@ -78,7 +78,7 @@ export class GradleKotlinTemplateComponent {
78
79
try {
80
// URL to the template zip file in public folder
81
- const templateUrl = 'https://github.com/Quillraven/gdx-kotlin-template/archive/refs/heads/master.zip';
+ const templateUrl = 'https://codeload.github.com/Quillraven/gdx-kotlin-template/zip/refs/heads/master';
82
83
// Fetch the template zip file
84
const response = await fetch(templateUrl);
0 commit comments