File tree 9 files changed +74
-9
lines changed
src/main/java/mountain/editor/land
9 files changed +74
-9
lines changed Original file line number Diff line number Diff line change
1
+ pkgbase = land
2
+ pkgver = 0.0.1
3
+ pkgrel = 1
4
+ url = https://github.com/CodeEditorLand/Mountain
5
+ install = land.install
6
+ arch = x86_64
7
+ arch = aarch64
8
+ license = mit
9
+ source_x86_64 = https://github.com/CodeEditorLand/Mountain/releases/download/v0.0.1/appname_0.0.1_amd64.deb
10
+ source_aarch64 = https://github.com/CodeEditorLand/Mountain/releases/download/v0.0.1/appname_0.0.1_arm64.deb
11
+
12
+ pkgname = land
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >com.apple.security.app-sandbox </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict ></dict >
5
+ </plist >
Original file line number Diff line number Diff line change
1
+ pkgname=land
2
+ pkgver=0.0.1
3
+ pkgrel=1
4
+ pkgdesc=" "
5
+ arch=(' x86_64' ' aarch64' )
6
+ url=" https://github.com/CodeEditorLand/Mountain"
7
+ license=(' mit' )
8
+ depends=()
9
+ options=()
10
+ install=${pkgname} .install
11
+ source_x86_64=(" https://github.com/CodeEditorLand/Mountain/releases/download/v$pkgver /appname_" $pkgver " _amd64.deb" )
12
+ source_aarch64=(" https://github.com/CodeEditorLand/Mountain/releases/download/v$pkgver /appname_" $pkgver " _arm64.deb" )
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ val tauriProperties = Properties().apply {
15
15
16
16
android {
17
17
compileSdk = 34
18
- namespace = " mountain .editor.land "
18
+ namespace = " land .editor.application "
19
19
defaultConfig {
20
20
manifestPlaceholders[" usesCleartextTraffic" ] = " false"
21
- applicationId = " mountain .editor.land "
21
+ applicationId = " land .editor.application "
22
22
minSdk = 24
23
23
targetSdk = 34
24
24
versionCode = tauriProperties.getProperty(" tauri.android.versionCode" , " 1" ).toInt()
Original file line number Diff line number Diff line change 1
- package mountain .editor.land
1
+ package land .editor.application
2
2
3
3
class MainActivity : TauriActivity ()
Original file line number Diff line number Diff line change 46
46
"fileAssociations" : [
47
47
{
48
48
"description" : " Reserved" ,
49
- "ext" : [
50
- " land"
51
- ],
49
+ "ext" : [" land" ],
52
50
"mimeType" : " text/plain" ,
53
51
"name" : " Reserved" ,
54
52
"role" : " Editor"
61
59
" icons/icon.icns" ,
62
60
" icons/icon.ico"
63
61
],
62
+ "macOS" : {
63
+ "dmg" : {
64
+ "appPosition" : {
65
+ "x" : 0 ,
66
+ "y" : 0
67
+ },
68
+ "applicationFolderPosition" : {
69
+ "x" : 0 ,
70
+ "y" : 0
71
+ },
72
+ "windowSize" : {
73
+ "height" : 600 ,
74
+ "width" : 800
75
+ }
76
+ },
77
+ "entitlements" : " ./Entitlements.plist" ,
78
+ "files" : {},
79
+ "hardenedRuntime" : true ,
80
+ "minimumSystemVersion" : " 10.0"
81
+ },
82
+ "publisher" : " Land" ,
64
83
"targets" : " all"
65
84
},
66
- "identifier" : " mountain .editor.land " ,
85
+ "identifier" : " land .editor.application " ,
67
86
"productName" : " Mountain" ,
68
87
"version" : " 0.0.1"
69
- }
88
+ }
Original file line number Diff line number Diff line change 191
191
}
192
192
]
193
193
},
194
- "identifier" : " mountain .editor.land " ,
194
+ "identifier" : " land .editor.application " ,
195
195
"productName" : " Mountain" ,
196
196
"version" : " 0.0.1"
197
197
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundle" : {
3
+ "windows" : {
4
+ "webviewInstallMode" : {
5
+ "type" : " offlineInstaller"
6
+ }
7
+ }
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments