Serve APK files with correct MIME headers, prevent download buttons from stretching with screenshots, and update hero badge and copy. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
/apk/*
|
|
Content-Type: application/vnd.android.package-archive
|
|
Content-Disposition: attachment; filename="spaceswallet.apk"
|
|
|
|
/apk/*.apk
|
|
Content-Type: application/vnd.android.package-archive
|
|
Content-Disposition: attachment; filename="spaceswallet.apk"
|