Skip to content

Commit

Permalink
move html file to own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
GodPepe7 committed Jul 21, 2024
1 parent ea11eed commit 62a7581
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 'Compress to Zip'
run: |
sudo apt-get install -y zip
zip -r asb-auto-subs dist css imgs manifest.json
zip -r asb-auto-subs dist html css imgs manifest.json
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
Expand Down
17 changes: 17 additions & 0 deletions html/popup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
</head>

<body>
<form id="apiKeyForm">
<label for="apiKey">API Key:</label>
<input type="text" id="apiKey" name="apiKey" required>
<button type="submit">Submit</button>
</form>
<script src="../dist/popup.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"https://*/"
],
"action": {
"default_popup": "dist/popup.html",
"default_popup": "html/popup.html",
"default_icon": "imgs/takodachi.png"
},
"web_accessible_resources": [
Expand Down

0 comments on commit 62a7581

Please sign in to comment.