mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 10:53:04 +05:30
(chore): initial MVP release v0.1.0
This commit is contained in:
8
src-tauri/resources/autostart/linux/autostart.desktop
Normal file
8
src-tauri/resources/autostart/linux/autostart.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=neodlp
|
||||
Icon=neodlp
|
||||
Comment=NeoDLP Autostart
|
||||
Exec=/usr/bin/neodlp --hidden
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
15
src-tauri/resources/autostart/macos/autostart.plist
Normal file
15
src-tauri/resources/autostart/macos/autostart.plist
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.neosubhamoy.neodlp</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Applications/neodlp.app/Contents/MacOS/neodlp</string>
|
||||
<string>--hidden</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
3
src-tauri/resources/binaries/ffmpeg-aarch64-apple-darwin
Normal file
3
src-tauri/resources/binaries/ffmpeg-aarch64-apple-darwin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e607b7f079c4eb0dc666ffca152f225020f8022c8c014dd94d91e6072f57228d
|
||||
size 79945800
|
||||
3
src-tauri/resources/binaries/ffmpeg-x86_64-apple-darwin
Normal file
3
src-tauri/resources/binaries/ffmpeg-x86_64-apple-darwin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e607b7f079c4eb0dc666ffca152f225020f8022c8c014dd94d91e6072f57228d
|
||||
size 79945800
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c49b5913c9a107120c86b401af95df7965003f7fc6dbb4436f1f03c8ba391e8b
|
||||
size 127473664
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee15e5145c9eb4775c193ab824c592d4ff3744bb7f283f8db29bd3c3c961589
|
||||
size 79928672
|
||||
7
src-tauri/resources/msghost-manifest/linux/chrome.json
Normal file
7
src-tauri/resources/msghost-manifest/linux/chrome.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "/usr/bin/neodlp-msghost",
|
||||
"type": "stdio",
|
||||
"allowed_origins": ["chrome-extension://agkddibgemhefmdhlnooiakfnhihhbdb/"]
|
||||
}
|
||||
7
src-tauri/resources/msghost-manifest/linux/firefox.json
Normal file
7
src-tauri/resources/msghost-manifest/linux/firefox.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "/usr/bin/neodlp-msghost",
|
||||
"type": "stdio",
|
||||
"allowed_extensions": ["neodlp@neosubhamoy.com"]
|
||||
}
|
||||
7
src-tauri/resources/msghost-manifest/macos/chrome.json
Normal file
7
src-tauri/resources/msghost-manifest/macos/chrome.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "/Applications/NeoDLP.app/Contents/Resources/neodlp-msghost",
|
||||
"type": "stdio",
|
||||
"allowed_origins": ["chrome-extension://agkddibgemhefmdhlnooiakfnhihhbdb/"]
|
||||
}
|
||||
7
src-tauri/resources/msghost-manifest/macos/firefox.json
Normal file
7
src-tauri/resources/msghost-manifest/macos/firefox.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "/Applications/NeoDLP.app/Contents/Resources/neodlp-msghost",
|
||||
"type": "stdio",
|
||||
"allowed_extensions": ["neodlp@neosubhamoy.com"]
|
||||
}
|
||||
7
src-tauri/resources/msghost-manifest/windows/chrome.json
Normal file
7
src-tauri/resources/msghost-manifest/windows/chrome.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "neodlp-msghost.exe",
|
||||
"type": "stdio",
|
||||
"allowed_origins": ["chrome-extension://agkddibgemhefmdhlnooiakfnhihhbdb/"]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "com.neosubhamoy.neodlp",
|
||||
"description": "NeoDLP MsgHost",
|
||||
"path": "neodlp-msghost.exe",
|
||||
"type": "stdio",
|
||||
"allowed_extensions": ["neodlp@neosubhamoy.com"]
|
||||
}
|
||||
Reference in New Issue
Block a user