You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,6 @@
17
17
{
18
18
"name": "Ethan O'Brien",
19
19
"url": "https://github.com/ethanaobrien"
20
-
},
21
-
{
22
-
"name": "Kyle Graehl",
23
-
"url": "https://github.com/kzahel"
24
20
}
25
21
],
26
22
"license": "MIT",
@@ -54,7 +50,7 @@
54
50
"make_all_windows": "npm run make_windows_x64 && npm run make_windows_ia32 && npm run make_windows_arm64 && npm run make_windows_zip_x64 && npm run make_windows_zip_ia32 && npm run make_windows_zip_arm64",
55
51
"make_all_windows_appx": "npm run make_windows_appx_x64 && npm run make_windows_appx_ia32 && npm run make_windows_appx_arm64",
56
52
"make_all_linux": "npm run make_linux_deb_x64 && npm run make_linux_deb_arm64 && npm run make_linux_rpm_x64 && npm run make_linux_rpm_arm64 && npm run make_linux_zip_x64 && npm run make_linux_zip_arm64",
57
-
"make_all": "npm run make_all_macos && npm run make_all_windows && npm run make_all_windows_appx && npm run make_all_linux"
53
+
"make_all": "npm run make_all_macos && npm run make_macos_mas_universal && npm run make_all_linux && npm run make_all_windows && npm run make_all_windows_appx"
Copy file name to clipboardExpand all lines: website/src/download.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
<ms-store-badgeproductid="9PC6682RJCDD"style="margin-right: 10px;"></ms-store-badge><ahref="https://apps.apple.com/us/app/simple-web-server/id1625925255?mt=12&itsct=apps_box_badge&itscg=30200"target="_blank"rel="noopener"><imgsrc="/appstorebadge.svg"alt="Download on the Mac App Store"style="border-radius:13px;height: 60px;"></a>
4
4
5
-
Current version: **1.2.9** | [Older versions and release notes](https://github.com/terreng/simple-web-server/releases)
5
+
Current version: **1.2.10** | [Older versions and release notes](https://github.com/terreng/simple-web-server/releases)
[How to check if your computer is 32 bit or 64 bit](https://support.microsoft.com/en-us/windows/32-bit-and-64-bit-windows-frequently-asked-questions-c6ca9541-8dce-4d48-0415-94a3faa2e13d)
16
16
@@ -30,19 +30,19 @@ Current version: **1.2.9** | [Older versions and release notes](https://github.c
Copy file name to clipboardExpand all lines: website/src/zh-CN/download.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
<ms-store-badgeproductid="9PC6682RJCDD"style="margin-right: 10px;"></ms-store-badge><ahref="https://apps.apple.com/us/app/simple-web-server/id1625925255?mt=12&itsct=apps_box_badge&itscg=30200"target="_blank"rel="noopener"><imgsrc="/appstorebadge.svg"alt="通过 Mac App Store 获取"style="border-radius:13px;height: 60px;"></a>
0 commit comments