Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Dec 6, 2024
1 parent def591b commit 3a85d24
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{
database = @{}
ProcessRunning = $false
developer = "Emad Adel"
lastupdate = "12/06/2024"
lastupdate = "12/07/2024"
github = "https://github.com/emadadel4/itt"
telegram = "https://t.me/emadadel4"
blog = "https://emadadel4.github.io"
Expand Down Expand Up @@ -3368,6 +3368,22 @@ $itt.database.Applications = @'
"default": [],
"category": "File Sharing",
"check": "false"
},
{
"Name": "Aspia",
"Description": "Remote desktop and file transfer tool",
"winget": "none",
"choco": "none",
"default": [
{
"url": "https://github.com/dchapyshev/aspia/releases/download/v2.7.0/aspia-host-2.7.0-x86_64.msi",
"launcher": "aspia-host-2.7.0-x86_64.msi",
"args": "/silent",
"portable": "false"
}
],
"category": "File Sharing",
"check": "false"
}
]

Expand Down Expand Up @@ -12371,6 +12387,12 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,0,0" FontSize="13" Content="File Sharing"/>
</StackPanel>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Unofficial qBittorrent Enhanced based on qBittorrent."/>
</StackPanel> <StackPanel Orientation="Vertical" Width="auto" Margin="10">
<StackPanel Orientation="Horizontal">
<CheckBox Content="Aspia" Tag="File Sharing" IsChecked="false" ToolTip="Install it again to update. If there is an issue with the program, please report the problem on the GitHub repository." FontWeight="SemiBold" FontSize="15" Foreground="{DynamicResource TextColorSecondaryColor}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
<Label HorizontalAlignment="Center" VerticalAlignment="Center" Margin="5,0,0,0" FontSize="13" Content="File Sharing"/>
</StackPanel>
<TextBlock Width="555" Background="Transparent" Margin="8" Foreground="{DynamicResource TextColorSecondaryColor2}" FontSize="15" FontWeight="SemiBold" VerticalAlignment="Center" TextWrapping="Wrap" Text="Remote desktop and file transfer tool."/>
</StackPanel>
</ListView>
</TabItem.Content>
Expand Down

0 comments on commit 3a85d24

Please sign in to comment.