mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 16:42:58 +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>
|
||||
Reference in New Issue
Block a user