Skip to content

Commit 8e1d463

Browse files
author
moritamori
committed
fix a bit
1 parent 73907ee commit 8e1d463

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'release electron binaries for mac'
1+
name: 'build and release electron installer'
22
on:
33
push:
44
tags:

index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Document</title>
6+
<title>Hello World</title>
77
</head>
88
<body>
99
<h1>Hello World!!</h1>
10-
We are using node <script>document.write(process.versions.node)</script>,
11-
Chrome <script>document.write(process.versions.chrome)</script>,
12-
and Electron <script>document.write(process.versions.electron)</script>
1310
</body>
1411
</html>

0 commit comments

Comments
 (0)